From: Igor Lima Date: Tue, 19 Feb 2013 20:01:28 +0000 (-0300) Subject: Add concatlang in release task X-Git-Tag: 2.1.0~55^2~3^2^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c844788370cb425402afba79b19775d08cb4abb;p=thirdparty%2Fmoment.git Add concatlang in release task --- diff --git a/Gruntfile.js b/Gruntfile.js index c767a92b6..8f8e4c125 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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']); };