Skip to content

Commit 1b08c8c

Browse files
committed
Build: Run only the 'concat' task when src files change, to always get up-to-date source when reloading demo or test pages
1 parent 917f351 commit 1b08c8c

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
@@ -116,7 +116,7 @@ grunt.initConfig({
116116
},
117117
src: {
118118
files: '<%= jshint.files %>',
119-
tasks: ['default']
119+
tasks: ['concat']
120120
},
121121
test: {
122122
files: '<%= jshint.test.files.src %>',

0 commit comments

Comments
 (0)