]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
add the grunt-contrib-uglify plugin
authorIgor Lima <igor.lima@evolut.io>
Tue, 19 Feb 2013 18:29:38 +0000 (15:29 -0300)
committerIgor Lima <igor.lima@evolut.io>
Tue, 19 Feb 2013 18:29:38 +0000 (15:29 -0300)
Gruntfile.js
package.json

index eec6bea874ddbe21e10b395b782a9e0491f103ff..d4070a3ccfe487742485991ea557c7079a7f4dae 100644 (file)
@@ -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']);
index f7606bcb0a89347fe96e9f8eee37bcce39fa3790..5b38ea24076d1b6e8b5485005918e201dd733363 100755 (executable)
@@ -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"