mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Fix grunt watch build order
This commit is contained in:
parent
c759600c06
commit
c232da2595
@ -50,7 +50,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
watch: {
|
||||
files: 'src/*',
|
||||
tasks: ['jshint', 'build']
|
||||
tasks: ['build', 'jshint']
|
||||
},
|
||||
jshint: {
|
||||
all: ['<%= concat.dist.dest %>'],
|
||||
|
Loading…
Reference in New Issue
Block a user