Dropped asset minification
Been moving away from using this functionality in favor of either Grunt or Gulp. Dropped functionality for minification of CSS and JS but left the dynamic reference logic intact. This will be moved to the HTML class eventually and expanded to support the generation of the HTML tags as well as injecting the URI with a timestamp.
This commit is contained in:
parent
c88d469e18
commit
93ee7356b2
4 changed files with 3 additions and 425 deletions
|
@ -21,11 +21,8 @@
|
|||
"satooshi/php-coveralls": "dev-master"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4",
|
||||
"devize/closure-compiler": "dev-master",
|
||||
"joshtronic/php-ayah": "dev-master",
|
||||
"leafo/lessphp": "dev-master",
|
||||
"leafo/scssphp": "dev-master"
|
||||
"php": ">=5.4",
|
||||
"joshtronic/php-ayah": "dev-master"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": ["src/"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue