diff --git a/Gruntfile.js b/Gruntfile.js index 263f813..ada833c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -11,7 +11,7 @@ module.exports = function (grunt) { aliasMappings: [ { cwd: 'app/views', - src: ['**/*'], + src: ['**/*.hbs', '**/*.js'], dest: 'app/views', rename: function(cwd, src) { // Little hack to ensure that file extension is preserved.