mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +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: {
|
||||
files: [ "grunt.js", "src/*.js" ],
|
||||
files: [ "Gruntfile.js", "src/*.js", "images/*" ],
|
||||
tasks: "build"
|
||||
},
|
||||
jshint: {
|
||||
|
Loading…
Reference in New Issue
Block a user