2nd April, 2014

Uglify and Angular!

You'll need this in your gruntfile:

    uglify: {
        options: {
            mangle: false
        }
    },

 

The opinions expressed here are my own and not those of my employer.