mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
Add watch task back to grunt.js.
This commit is contained in:
parent
60eae6a697
commit
42099ea26b
4
grunt.js
4
grunt.js
@ -23,6 +23,10 @@ module.exports = function (grunt) {
|
|||||||
runner: ['spec/spec_runner.html'],
|
runner: ['spec/spec_runner.html'],
|
||||||
specs: ['build/spec/**/*.js']
|
specs: ['build/spec/**/*.js']
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
watch: {
|
||||||
|
files: ['lib/**/*.coffee', 'spec/lib/**/*.coffee'],
|
||||||
|
tasks: 'default'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user