mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-13 07:11:12 +01:00
Add watch task back to grunt.js.
This commit is contained in:
parent
60eae6a697
commit
42099ea26b
1 changed files with 4 additions and 0 deletions
4
grunt.js
4
grunt.js
|
@ -23,6 +23,10 @@ module.exports = function (grunt) {
|
|||
runner: ['spec/spec_runner.html'],
|
||||
specs: ['build/spec/**/*.js']
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
files: ['lib/**/*.coffee', 'spec/lib/**/*.coffee'],
|
||||
tasks: 'default'
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue