Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd32bf2e

Browse files
committed
Refactor makefile to define PATH always with npm
1 parent2c5e550 commitd32bf2e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
PATH :=$(shell npm bin):$(shell echo $$PATH)
2+
3+
14
runserver:
25
python manage.py runserver 0.0.0.0:8000
36

47
sass:
5-
PATH=$(shell npm bin):$(shell echo $$PATH)sass -I static/vendor/compass -I static/vendor/susy static/sass
8+
sass -I static/vendor/compass -I static/vendor/susy static/sass
69

710
sass-watch:
8-
PATH=$(shell npm bin):$(shell echo $$PATH)sass -w -I static/vendor/compass -I static/vendor/susy static/sass
11+
sass -w -I static/vendor/compass -I static/vendor/susy static/sass

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp