summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-08-20 12:28:35 -0300
committerDuda Dornelles <ddornell@thoughtworks.com>2014-08-20 12:28:35 -0300
commita3ea808b6290a7c756b28099df9fa8574c94055e (patch)
tree553e0cbbabf7bca7a8ca537ac4805b6cd449b19d /web-ui
parent6fe2b218235e4611fa3088b402d0978710deed2c (diff)
Must call handlebars:dev before compiling requirejs
Diffstat (limited to 'web-ui')
-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 1977d43d..1e6bbf81 100644
--- a/web-ui/Gruntfile.js
+++ b/web-ui/Gruntfile.js
@@ -427,7 +427,7 @@ module.exports = function (grunt) {
'clean:dist',
'useminPrepare',
'compass:dist',
- 'handlebars:dist',
+ 'handlebars:dev',
'concurrent:dist',
'copy:dist',
'cdnify',