diff --git a/Gruntfile.js b/Gruntfile.js index b7b54bd..f3c4a2d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -31,7 +31,8 @@ module.exports = function(grunt) { } }, template: { - src: ['src/*.html'], + cwd: 'src/', + src: ['*.html'], dest: 'tmp/templates.js' }, },