diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-08-20 11:46:29 -0300 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-08-20 11:46:29 -0300 |
commit | 99e3a335b5694bc4bad97d7bbfab0f7fad46ebe8 (patch) | |
tree | 5503c99386bdcb7ccb9bd340af11b8f5bdde4ab4 /web-ui | |
parent | 99d01f8a6fe55ca6af46b1ac5e44418feb11bb31 (diff) |
Fixing pacakge handlebars:dist step
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: { |