We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9434c7a commit db02642Copy full SHA for db02642
Makefile
@@ -0,0 +1,8 @@
1
+runserver:
2
+ python manage.py runserver 0.0.0.0:8000
3
+
4
+sass:
5
+ PATH=$(shell npm bin):$(shell echo $$PATH) sass -I static/vendor/compass -I static/vendor/susy static/sass
6
7
+sass-watch:
8
+ PATH=$(shell npm bin):$(shell echo $$PATH) sass -I -w static/vendor/compass -I static/vendor/susy static/sass
0 commit comments