summaryrefslogtreecommitdiff
path: root/web-ui/package.json
diff options
context:
space:
mode:
authorTiago Ferraz <tiago.ferraz@gmail.com>2015-02-11 14:10:20 -0200
committerTiago Ferraz <tiago.ferraz@gmail.com>2015-02-11 14:10:20 -0200
commitc5be8c3055c75540692dc74d08c2b8da51db52ee (patch)
treea67e166c5e8124d8b04e6cb30aad30303d41ec93 /web-ui/package.json
parent3404847ebe7fd13870bf5b51dc73c23a63caeaa6 (diff)
Fixing handlebars call.
Diffstat (limited to 'web-ui/package.json')
-rw-r--r--web-ui/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/package.json b/web-ui/package.json
index d09d13e4..fe35ded9 100644
--- a/web-ui/package.json
+++ b/web-ui/package.json
@@ -20,8 +20,8 @@
"watch": "^0.13.0"
},
"scripts": {
- "test": "npm run clean && npm run node_modules/handlebars/bin/handlebars && node_modules/karma/bin/karma start --single-run --browsers PhantomJS $GRUNT_OPTS",
- "debug": "npm run clean && npm run node_modules/handlebars/bin/handlebars && node_modules/handlebars/bin/node_modules/karma/bin/karma start --browsers Chrome $GRUNT_OPTS",
+ "test": "npm run clean && npm run handlebars && node_modules/karma/bin/karma start --single-run --browsers PhantomJS $GRUNT_OPTS",
+ "debug": "npm run clean && npm run handlebars && node_modules/karma/bin/karma start --browsers Chrome $GRUNT_OPTS",
"watch": "npm run compass-watch & npm run handlebars-watch",
"watch-test": "node_modules/karma/bin/karma start",
"handlebars": "mkdir -p app/js/generated/hbs/ && node_modules/handlebars/bin/handlebars app/templates/**/*.hbs > app/js/generated/hbs/templates.js --namespace=window.Pixelated --root .",