summaryrefslogtreecommitdiff
path: root/web-ui/Gruntfile.js
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-08-20 11:46:29 -0300
committerDuda Dornelles <ddornell@thoughtworks.com>2014-08-20 11:46:29 -0300
commit99e3a335b5694bc4bad97d7bbfab0f7fad46ebe8 (patch)
tree5503c99386bdcb7ccb9bd340af11b8f5bdde4ab4 /web-ui/Gruntfile.js
parent99d01f8a6fe55ca6af46b1ac5e44418feb11bb31 (diff)
Fixing pacakge handlebars:dist step
Diffstat (limited to 'web-ui/Gruntfile.js')
-rw-r--r--web-ui/Gruntfile.js2
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: {