sledgehammer / minify
Sledgehammer Minify module: Minify css, javascript and images assets.
12.10.1
2012-10-12 18:41 UTC
Requires
This package is auto-updated.
Last update: 2024-10-17 21:36:14 UTC
README
A Sledgehammer module that minifies the css and js files. If will scan the "public" folders inside the module and application folders for *.js and *.css files and outputs minified version into into the /public folder.
This means you'll only need the human-readable version in source-control. You can develop/debug using the human-readable or minified version.