From 192a12c2fd43cc6a3e37e9c22eab243750f68015 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Thu, 29 Jan 2015 15:36:09 -0200 Subject: (Duda) #259 - Adding compass watch --- web-ui/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui/package.json') 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", -- cgit v1.2.3