diff --git a/Gruntfile.js b/Gruntfile.js index ee5ce9c..3f2c1fa 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -50,7 +50,7 @@ module.exports = function(grunt) { }, watch: { files: 'src/*', - tasks: ['jshint', 'build'] + tasks: ['build', 'jshint'] }, jshint: { all: ['<%= concat.dist.dest %>'],