assets-packager
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -0,1 +1,7 @@ | ||
[1.1.0 / 2014-03-16](https://github.com/GoalSmashers/assets-packager/compare/v1.0.0...v1.1.0) | ||
================== | ||
* Adds `--css-embed-all` switch to trigger embedding of all resources by enhance-css. | ||
* Updates enhance-css dependency to 1.1.x. | ||
[1.0.0 / 2014-03-10](https://github.com/GoalSmashers/assets-packager/compare/v0.9.0...v1.0.0) | ||
@@ -2,0 +8,0 @@ ================== |
@@ -116,2 +116,3 @@ (function() { | ||
pregzip: options.gzip, | ||
forceEmbed: options.css.embedAll, | ||
noEmbedVersion: options.css.safeEmbed, | ||
@@ -118,0 +119,0 @@ assetHosts: options.css.assetHosts, |
{ | ||
"name": "assets-packager", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "Jakub Pawlowicz <jakub@goalsmashers.com> (https://twitter.com/GoalSmashers)", | ||
@@ -45,3 +45,3 @@ "description": "Very fast assets pipeline - combines power of async, uglify-js, clean-css, enhance-css and couple other tools to make your assets production-ready", | ||
"commander": "2.1.x", | ||
"enhance-css": "1.0.x", | ||
"enhance-css": "1.1.x", | ||
"less": "1.7.x", | ||
@@ -48,0 +48,0 @@ "uglify-js": "2.4.x" |
@@ -107,2 +107,3 @@ [![NPM version](https://badge.fury.io/js/assets-packager.png)](https://badge.fury.io/js/assets-packager) | ||
--css-bundle-to [path] path to stylesheets root directory (relative to --root option) | ||
--css-embed-all forces embedding of all resources by enhance-css | ||
--css-safe-embed create an additional version of packaged CSS without embedded images | ||
@@ -109,0 +110,0 @@ --css-source [path] path to stylesheets root directory (relative to --root option) |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24702
251
142
0
+ Addedenhance-css@1.1.0(transitive)
- Removedenhance-css@1.0.0(transitive)
Updatedenhance-css@1.1.x