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:
@@ -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 %>'],
|
||||||
|
|||||||
Reference in New Issue
Block a user