summaryrefslogtreecommitdiff
path: root/web-ui/package.json
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2015-01-29 15:36:09 -0200
committerGabriel Albo <gabriel@albo.com.br>2015-01-29 15:36:09 -0200
commit192a12c2fd43cc6a3e37e9c22eab243750f68015 (patch)
tree369772cd21a906d2371d351521cf08722cc55965 /web-ui/package.json
parente04a20be57e7d0d4278276ff59ebeb6fe0a934f3 (diff)
(Duda) #259 - Adding compass watch
Diffstat (limited to 'web-ui/package.json')
-rw-r--r--web-ui/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/package.json b/web-ui/package.json
index 7d39cfc5..15d54ba8 100644
--- a/web-ui/package.json
+++ b/web-ui/package.json
@@ -21,6 +21,7 @@
"scripts": {
"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": "compass watch",
"watch-test": "node_modules/karma/bin/karma start",
"handlebars": "mkdir -p app/js/generated/hbs/ && handlebars app/templates/**/*.hbs > app/js/generated/hbs/templates.js --namespace=window.Pixelated --root .",
"compass": "compass compile",