From a3ea808b6290a7c756b28099df9fa8574c94055e Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Wed, 20 Aug 2014 12:28:35 -0300 Subject: Must call handlebars:dev before compiling requirejs --- web-ui/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/Gruntfile.js') 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', -- cgit v1.2.3