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
138
composer.lock
generated
138
composer.lock
generated
|
@ -3,45 +3,8 @@
|
|||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
||||
],
|
||||
"hash": "b9d7347bc0da996e7ed52a308b336d36",
|
||||
"hash": "640eef08d54f04334875c0743919a751",
|
||||
"packages": [
|
||||
{
|
||||
"name": "devize/closure-compiler",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/devize/closure-compiler.git",
|
||||
"reference": "adf9a5bdef3c404e3066ab095bd0fae0368aa814"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/devize/closure-compiler/zipball/adf9a5bdef3c404e3066ab095bd0fae0368aa814",
|
||||
"reference": "adf9a5bdef3c404e3066ab095bd0fae0368aa814",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
"mikey179/vfsstream": "*",
|
||||
"phpunit/phpunit": "3.7.*"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"src"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Peter Breuls",
|
||||
"email": "breuls@devize.nl"
|
||||
}
|
||||
],
|
||||
"description": "Google's Closure Compiler for use in PHP-based projects",
|
||||
"time": "2013-08-14 11:53:34"
|
||||
},
|
||||
{
|
||||
"name": "joshtronic/php-ayah",
|
||||
"version": "dev-master",
|
||||
|
@ -80,102 +43,6 @@
|
|||
"source": "https://github.com/joshtronic/php-ayah/tree/master"
|
||||
},
|
||||
"time": "2014-07-27 22:09:32"
|
||||
},
|
||||
{
|
||||
"name": "leafo/lessphp",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/leafo/lessphp.git",
|
||||
"reference": "011afcca8e6f1000a6e789921ba805fa578271a3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/leafo/lessphp/zipball/011afcca8e6f1000a6e789921ba805fa578271a3",
|
||||
"reference": "011afcca8e6f1000a6e789921ba805fa578271a3",
|
||||
"shasum": ""
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "0.4.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"lessc.inc.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT",
|
||||
"GPL-3.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Leaf Corcoran",
|
||||
"email": "leafot@gmail.com",
|
||||
"homepage": "http://leafo.net"
|
||||
}
|
||||
],
|
||||
"description": "lessphp is a compiler for LESS written in PHP.",
|
||||
"homepage": "http://leafo.net/lessphp/",
|
||||
"time": "2014-04-27 02:56:30"
|
||||
},
|
||||
{
|
||||
"name": "leafo/scssphp",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/leafo/scssphp.git",
|
||||
"reference": "8c08da585537e97efd528c7d278463d2b9396371"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/leafo/scssphp/zipball/8c08da585537e97efd528c7d278463d2b9396371",
|
||||
"reference": "8c08da585537e97efd528c7d278463d2b9396371",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*"
|
||||
},
|
||||
"bin": [
|
||||
"bin/pscss"
|
||||
],
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"classmap.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Leafo\\ScssPhp\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT",
|
||||
"GPL-3.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Leaf Corcoran",
|
||||
"email": "leafot@gmail.com",
|
||||
"homepage": "http://leafo.net"
|
||||
}
|
||||
],
|
||||
"description": "scssphp is a compiler for SCSS written in PHP.",
|
||||
"homepage": "http://leafo.net/scssphp/",
|
||||
"keywords": [
|
||||
"css",
|
||||
"less",
|
||||
"sass",
|
||||
"scss",
|
||||
"stylesheet"
|
||||
],
|
||||
"time": "2014-08-12 22:41:53"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
|
@ -727,10 +594,7 @@
|
|||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {
|
||||
"devize/closure-compiler": 20,
|
||||
"joshtronic/php-ayah": 20,
|
||||
"leafo/lessphp": 20,
|
||||
"leafo/scssphp": 20,
|
||||
"satooshi/php-coveralls": 20
|
||||
},
|
||||
"platform": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue