asset-smasher
Advanced tools
Comparing version 0.2.10 to 0.2.11
# Asset Smasher Changelog | ||
## 0.2.11 (May 18, 2013) | ||
- No functional changes | ||
- Extract and use `dependency-graph` module. | ||
## 0.2.10 (April 29, 2013) | ||
@@ -4,0 +9,0 @@ |
var path = require('path'); | ||
var fs = require('fs'); | ||
var _ = require('underscore'); | ||
var DepGraph = require('./dep_graph').DepGraph; | ||
var DepGraph = require('dependency-graph').DepGraph; | ||
@@ -6,0 +6,0 @@ /** |
{ | ||
"name": "asset-smasher", | ||
"description": "Asset pre-processor, merger, and compressor.", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"author": "Jim Riecken <jriecken@gmail.com>", | ||
@@ -30,2 +30,3 @@ "keywords": [ | ||
"commander": "1.1.1", | ||
"dependency-graph": "0.1.0", | ||
"glob": "3.1.21", | ||
@@ -32,0 +33,0 @@ "mkdirp": "0.3.5", |
@@ -201,2 +201,4 @@ # Asset Smasher | ||
Be careful that your shell doesn't expand glob patterns when passing them as arguments. To be safe, surround the argument with quotes. | ||
Examples: | ||
@@ -212,3 +214,3 @@ | ||
--paths ./js,./css,./images \ | ||
--only **/*.jpg,**/*.gif,**/*.png,application.js.mf,application.css.mf ./public/assets | ||
--only "**/*.jpg,**/*.gif,**/*.png,application.js.mf,application.css.mf" ./public/assets | ||
@@ -215,0 +217,0 @@ Compile assets, providing some custom helpers to the transformation |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
443
85303
11
23
1902
+ Addeddependency-graph@0.1.0
+ Addeddependency-graph@0.1.0(transitive)