diff options
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/Gruntfile.js b/web-ui/Gruntfile.js index 1ab0f80c..1977d43d 100644 --- a/web-ui/Gruntfile.js +++ b/web-ui/Gruntfile.js @@ -323,7 +323,7 @@ module.exports = function (grunt) { namespace: 'Pixelated' }, files: { - '<%= yeoman.dist %>/js/templates.js': '<%= yeoman.app %>/templates/**/*.hbs' + '<%= yeoman.dist %>/js/generated/hbs/templates.js': '<%= yeoman.app %>/templates/**/*.hbs' } }, dev: { |