mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 06:36:11 +03:00
Grunt watch params were out of date; fixed
This commit is contained in:
parent
b4ddb5a953
commit
0756c4546a
@ -113,7 +113,7 @@ module.exports = function(grunt) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
files: [ "grunt.js", "src/*.js" ],
|
files: [ "Gruntfile.js", "src/*.js", "images/*" ],
|
||||||
tasks: "build"
|
tasks: "build"
|
||||||
},
|
},
|
||||||
jshint: {
|
jshint: {
|
||||||
|
Loading…
Reference in New Issue
Block a user