Fix grunt watch build order

This commit is contained in:
MoyuScript 2013-09-04 20:02:20 +03:00
parent b39268a6b6
commit ff29f43a0f

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 %>'],