gruntjs / grunt-contrib-requirejs

Optimize RequireJS projects using r.js.
http://gruntjs.com/
MIT License
504 stars 105 forks source link

Uglify only files used #104

Closed DHoffm closed 8 years ago

DHoffm commented 9 years ago

Hi,

I'm using the optimize option with "uglify" and noticed that all files in my app folder are compressed wether there already compressed or not or if there really used by my app or not. What are the correct settings to exclude those files?

sindresorhus commented 8 years ago

Support questions are better asked on StackOverflow: http://stackoverflow.com/questions/tagged/gruntjs Paste in the link to the question here so others can follow ;)