asset-smasher
Advanced tools
Changelog
0.2.5 (March 18, 2013)
async.eachSync
calls. Fixes compatibilty with node 0.10.x
. (Fixes #8)Changelog
0.2.4 (March 16, 2013)
serve
option of the middleware (e.g. serving merged files instead of individual ones). See alternate production config in README.md
for usage. (Fixes #7)Changelog
0.2.3 (March 14, 2013)
send
module rather than the internals of connect's static middleware. (Fixes #6)ycssmin
module. (Fixes #4)Changelog
0.2.2 (November 7, 2012)
Changelog
0.2.1 (September 17, 2012)
asset_src
helper to work with assets whose names have been transformed.Changelog
0.2.0 (August 15, 2012)
.styl
files (Fixes #2)Changelog
0.1.4 (July 5, 2012)
raw_asset
helper function to the middleware that returns the asset URLChangelog
0.1.3 (June 28, 2012)
Changelog
0.1.2 (June 27, 2012)
Changelog
0.1.1 (June 12, 2012)
compileSingleAsset
. When calling compileSingleAsset
, an asset will not be recompiled if it has already been compiled. If it hasn't been compiled, any require
d assets will be recompiled even if they've been compiled already.reset
method to Smasher
to clear out all the asset metadata.reset
method to Asset
to set it back to its before-compile state.