diff --git a/misc/grunt/contrib-watch.coffee b/misc/grunt/contrib-watch.coffee index 9d125b0..1fcea1b 100644 --- a/misc/grunt/contrib-watch.coffee +++ b/misc/grunt/contrib-watch.coffee @@ -25,5 +25,8 @@ module.exports = (grunt) -> files: ["src/css/*.styl", "vendor/vendor.styl"] tasks: ["stylus", "concat:css", "clean"] jade: - files: ["src/**/*.jade", "docs/*.jade"] + files: ["docs/*.jade"] tasks: ["jade", "replace:docs"] + template: + files: ["src/template/*.html"] + tasks: ["copy:template"]