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: { watch: {
files: 'src/*', files: 'src/*',
tasks: ['jshint', 'build'] tasks: ['build', 'jshint']
}, },
jshint: { jshint: {
all: ['<%= concat.dist.dest %>'], all: ['<%= concat.dist.dest %>'],