mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-02 21:36:11 +03:00
Grunt watch params were out of date; fixed
This commit is contained in:
parent
b4ddb5a953
commit
0756c4546a
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ module.exports = function(grunt) {
|
|||
}
|
||||
},
|
||||
watch: {
|
||||
files: [ "grunt.js", "src/*.js" ],
|
||||
files: [ "Gruntfile.js", "src/*.js", "images/*" ],
|
||||
tasks: "build"
|
||||
},
|
||||
jshint: {
|
||||
|
|
Loading…
Add table
Reference in a new issue