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

Installs: 21

Dependents: 0

Suggesters: 1

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sledgehammer/minify

12.10.1 2012-10-12 18:41 UTC

This package is auto-updated.

Last update: 2025-09-17 23:43:22 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