assets-packager
Advanced tools
Comparing version 0.8.0 to 0.9.0
@@ -0,1 +1,10 @@ | ||
0.9.0 / 2013-06-04 | ||
================== | ||
* Added `npm test` instead of custom Makefile. | ||
* Added `npm run check` running JSHint on project sources. | ||
* Extracted packaging functionality into `lib/packager.js`. | ||
* Updated dependencies to last available versions. | ||
* Added -j option for specifying number of concurrent tasks executed at once. | ||
0.8.0 / 2012-09-06 | ||
@@ -89,2 +98,2 @@ ================== | ||
* First experimental version of assets-packager utility. | ||
* Implemented packaging CSS (via LESS compiler) and JavaScript files into bundled (and pre-gzipped) versions. | ||
* Implemented packaging CSS (via LESS compiler) and JavaScript files into bundled (and pre-gzipped) versions. |
@@ -11,18 +11,23 @@ { | ||
}, | ||
"version": "0.8.0", | ||
"main": "index.js", | ||
"version": "0.9.0", | ||
"bin": { | ||
"assetspkg": "./bin/assetspkg" | ||
}, | ||
"scripts": { | ||
"check": "jshint .", | ||
"prepublish": "jshint .", | ||
"test": "vows" | ||
}, | ||
"dependencies": { | ||
"optimist": "0.3.x", | ||
"optimist": "0.5.x", | ||
"seq": "0.3.x", | ||
"uglify-js": "1.2.x", | ||
"less": "1.x", | ||
"clean-css": "0.6.x", | ||
"enhance-css": "0.5.x", | ||
"clean-css": "1.0.x", | ||
"enhance-css": "0.6.x", | ||
"assets-expander": "0.5.x" | ||
}, | ||
"devDependencies": { | ||
"vows": "*" | ||
"vows": "0.7.x", | ||
"jshint": "2.1.x" | ||
}, | ||
@@ -32,2 +37,2 @@ "engines": { | ||
} | ||
} | ||
} |
@@ -0,1 +1,3 @@ | ||
[![NPM version](https://badge.fury.io/js/assets-packager.png)](http://badge.fury.io/js/assets-packager) | ||
## What is assets-packager? ## | ||
@@ -90,2 +92,3 @@ | ||
* -i - when using --nm, specify the indentation level in spaces | ||
* -j - number of concurrent tasks executed at once (defaults to number of logical CPUs) | ||
* -n - create alternate stylesheets bundles without inlined images (Explorer 6/7, I'm looking at you!) | ||
@@ -92,0 +95,0 @@ * -a - use asset hosts for image URLs, e.g _-a [assets0,assets1].yourdomain.com_ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
123
0
21469
2
8
218
+ Addedclean-css@1.0.12(transitive)
+ Addedcommander@1.3.2(transitive)
+ Addedenhance-css@0.6.0(transitive)
+ Addedkeypress@0.1.0(transitive)
+ Addedoptimist@0.5.2(transitive)
- Removedclean-css@0.6.0(transitive)
- Removedenhance-css@0.5.2(transitive)
Updatedclean-css@1.0.x
Updatedenhance-css@0.6.x
Updatedoptimist@0.5.x