mduvall / grande.js

It's a Medium at Starbucks. Pinky ring out.
MIT License
1.3k stars 80 forks source link

Add UglifyJS to Gruntfile and task for minification #39

Closed mduvall closed 10 years ago

teemualap commented 11 years ago

I would also suggest refactoring the project structure so that all of the source files (js/css/fonts) would be in a separate folder named src. Then building the actual minified grande in a build folder. I have an example of this in the build-process-ideas branch, though the build folder is named bundle.

Anyway, adding UglifyJS is a good idea. I could pr this immediately. Would you like to compile the minified js to the existing js folder for now? What about mangling?