summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2014-12-13 21:15:36 +0100
committerJannis Leidel <jannis@leidel.info>2014-12-13 21:15:36 +0100
commit60c0c76e0cd74d285b1c2a1b076da7b70b135128 (patch)
treef77107ef18fc65a061207113fe36d18a64713774 /Makefile
parent6d527dc63e5443a75aab9d760f9f4098be3a18d7 (diff)
Added watch-scss make task that apparently got lost in a merge.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1a14c3a0..18932199 100644
--- a/Makefile
+++ b/Makefile
@@ -7,3 +7,5 @@ compile-scss:
compile-scss-debug:
compass compile --sass-dir static/scss --css-dir static/css -e development --sourcemap --force
+watch-scss:
+ compass watch --sass-dir static/scss --css-dir static/css -e development --sourcemap --force