Skip to content

Commit 70ae69e

Browse files
committed
Grunt: Add 'start' task that concats and watches
1 parent d865e4c commit 70ae69e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,6 @@ grunt.loadNpmTasks('grunt-contrib-watch');
131131

132132
grunt.registerTask('default', ['concat', 'jshint', 'qunit']);
133133
grunt.registerTask('release', ['default', 'uglify', 'compress']);
134+
grunt.registerTask('start', ['concat', 'watch']);
134135

135-
};
136+
};

0 commit comments

Comments
 (0)