ui: fix makefile
This commit is contained in:
parent
993e4319be
commit
df6ff7d4bf
|
@ -5,6 +5,6 @@ watch:
|
||||||
sass styles:static --watch
|
sass styles:static --watch
|
||||||
|
|
||||||
build:
|
build:
|
||||||
sass styles:static
|
sass styles/base.scss static/base.css
|
||||||
|
|
||||||
.PHONY: server watch build
|
.PHONY: server watch build
|
||||||
|
|
Loading…
Reference in New Issue