Skip to content

Commit

Permalink
Making sure the constructor is nice, gzip does the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
SlexAxton committed Nov 27, 2012
1 parent 1cb23be commit ec52583
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ module.exports = function( grunt ) {
dest: 'dist/modernizr-build.min.js'
}
},
uglify : {
mangle: {
except: ['Modernizr']
}
},
watch: {
files: '<config:lint.files>',
tasks: 'lint'
Expand Down Expand Up @@ -131,7 +136,7 @@ module.exports = function( grunt ) {

// Travis CI task.
grunt.registerTask('travis', 'qunit');

// Build
grunt.loadNpmTasks('grunt-contrib');
grunt.registerTask('build', 'clean requirejs copy clean:postbuild stripdefine min');
Expand Down

0 comments on commit ec52583

Please sign in to comment.