]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Add concatlang in release task
authorIgor Lima <igor.lima@evolut.io>
Tue, 19 Feb 2013 20:01:28 +0000 (17:01 -0300)
committerIgor Lima <igor.lima@evolut.io>
Tue, 19 Feb 2013 20:01:28 +0000 (17:01 -0300)
Gruntfile.js

index c767a92b600666573733ca623e23c7efa89ea44d..8f8e4c12509fd51e858555c2cb546d48f9ecfa44 100644 (file)
@@ -106,5 +106,5 @@ module.exports = function (grunt) {
     grunt.registerTask('default', ['jshint', 'nodeunit']);
 
     // Task to be run when releasing a new version
-    grunt.registerTask('release', ['jshint', 'nodeunit', 'concat', 'uglify']);
+    grunt.registerTask('release', ['jshint', 'nodeunit', 'concatlang', 'uglify']);
 };