Fix grunt watch build order

This commit is contained in:
Niklas von Hertzen 2013-09-04 20:02:20 +03:00
parent c759600c06
commit c232da2595

View File

@ -50,7 +50,7 @@ module.exports = function(grunt) {
},
watch: {
files: 'src/*',
tasks: ['jshint', 'build']
tasks: ['build', 'jshint']
},
jshint: {
all: ['<%= concat.dist.dest %>'],