Skip to content

Commit db02642

Browse files
committed
add a Makefile
1 parent 9434c7a commit db02642

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)