jakubpawlowicz / assets-packager

Assets pipeline for ultra fast CSS and JavaScript packaging.
MIT License
44 stars 9 forks source link

--nominifyjs and --indent options allow for combination-only processing. #1

Closed chikamichi closed 12 years ago

chikamichi commented 12 years ago

Hi,

I needed a way to combine but no minify JS files, so as to release dual versions of a lib which sources are splitted in several files: a combined+minified version for production, and a combined-only version for development.

I thus added these options in assets-packager, relying on UglifyJS' options.

GoalSmashers commented 12 years ago

Thanks a lot for the valuable addition, Chikamichi. We will test it on Monday (tomorrow) and merge it to master branch.

Take care, Jakub Pawlowicz

GoalSmashers commented 12 years ago

I've merged your request and pushed version 0.4 to npm registry. Thanks a lot for contribution!

Jakub Pawlowicz GoalSmashers.com

chikamichi commented 12 years ago

Nice :)