Sledgehammer Minify module: Minify css, javascript and images assets.

12.10.1 2012-10-12 18:41 UTC

This package is auto-updated.

Last update: 2024-04-17 20:34:35 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.

Uses jsminplus for javascript and cssmin for css