Skip to content

Commit 60c3968

Browse files
committed
Grunt: Update default task to run concat first
1 parent e7aed00 commit 60c3968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ grunt.loadNpmTasks("grunt-contrib-compress");
108108
grunt.loadNpmTasks("grunt-contrib-watch");
109109
grunt.loadNpmTasks("grunt-jscs-checker");
110110

111-
grunt.registerTask("default", ["jscs", "concat", "jshint", "qunit"]);
111+
grunt.registerTask("default", ["concat", "jscs", "jshint", "qunit"]);
112112
grunt.registerTask("release", ["default", "uglify", "compress"]);
113113
grunt.registerTask("start", ["concat", "watch"]);
114114

0 commit comments

Comments
 (0)