diff --git a/Gruntfile.js b/Gruntfile.js index 05c05437..17186f2d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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' } },