chyingp / grunt-inline

Brings externally referenced resources, such as js, css and images, into a single file.
MIT License
87 stars 55 forks source link

Pass options to uglify #63

Open bcldvd opened 9 years ago

bcldvd commented 9 years ago

Hey,

Just wondering how it could be possible to pass options to uglifyJS ? Options such as "drop_console" are pretty effective, and I would gladly have that in my inlined scripts :)

Thanks for your feedback !

renet commented 8 years ago

I'd recommend something like grunt-contrib-uglify in combination with grunt-inline.