asset-smasher
Advanced tools
Comparing version 0.2.5 to 0.2.6
# Asset Smasher Changelog | ||
## 0.2.6 (April 17, 2013) | ||
- Limit the number of files to process in parallel to avoid EMFILE. (Fixes #9) | ||
## 0.2.5 (March 18, 2013) | ||
@@ -4,0 +8,0 @@ |
@@ -70,3 +70,3 @@ /** | ||
if (this.lookFor.length > 0) { | ||
async.each(assetBundle.getAllAssets(), function(asset, eachCb) { | ||
async.eachLimit(assetBundle.getAllAssets(), 50, function(asset, eachCb) { | ||
self.executeSingle(asset, assetBundle, eachCb); | ||
@@ -73,0 +73,0 @@ }, function (e) { |
{ | ||
"name": "asset-smasher", | ||
"description": "Asset pre-processor, merger, and compressor.", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"author": "Jim Riecken <jriecken@gmail.com>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -409,3 +409,3 @@ # Asset Smasher | ||
### <a name="tn-less-styl"></a> LESS/Styles | ||
### <a name="tn-less-styl"></a> LESS/Stylus | ||
@@ -412,0 +412,0 @@ - Any `@include/@import` paths are *relative to the path that the file is in*. |
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
80756