A better solution for fixing #1619

This commit is contained in:
Joshua Spence
2013-11-17 12:55:34 +11:00
parent ce56c0d185
commit 18f4083f29

View File

@@ -80,11 +80,10 @@ module.exports = function(grunt) {
uglify: {
options: {
banner: '<%= meta.banner %>',
mangle: true,
wrap: true
mangle: true
},
stable: {
src: ['<%= concat.stable.src %>'],
src: ['<%= concat.stable.dest %>'],
dest: 'dist/less-<%= pkg.version %>.min.js'
}
},