From: Igor Lima Date: Tue, 19 Feb 2013 18:29:38 +0000 (-0300) Subject: add the grunt-contrib-uglify plugin X-Git-Tag: 2.1.0~55^2~3^2^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8628fb2bebe4f942280b84803b7692d59e39b744;p=thirdparty%2Fmoment.git add the grunt-contrib-uglify plugin --- diff --git a/Gruntfile.js b/Gruntfile.js index eec6bea87..d4070a3cc 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -100,6 +100,7 @@ module.exports = function (grunt) { grunt.loadNpmTasks('grunt-contrib-nodeunit'); grunt.loadNpmTasks('grunt-contrib-jshint'); grunt.loadNpmTasks('grunt-contrib-concat'); + grunt.loadNpmTasks('grunt-contrib-uglify'); // Default task. grunt.registerTask('default', ['jshint', 'nodeunit']); diff --git a/package.json b/package.json index f7606bcb0..5b38ea240 100755 --- a/package.json +++ b/package.json @@ -40,7 +40,8 @@ "grunt" : "latest", "grunt-contrib-jshint" : "latest", "grunt-contrib-nodeunit" : "latest", - "grunt-contrib-concat" : "latest" + "grunt-contrib-concat" : "latest", + "grunt-contrib-uglify" : "latest" }, "scripts": { "test": "grunt"