Skip to content

Commit c1cda9c

Browse files
author
Brian T. Rice
committed
Allow using the static CSS file with the provided example page (not by default).
1 parent 82e3f88 commit c1cda9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ devJS:
3030

3131
devCSS:
3232
@$(NODE_BIN)/node-sass $(EXAMPLE_SRC)/index.scss $(EXAMPLE_DIST)/index.css
33+
@$(NODE_BIN)/node-sass $(SRC)/index.scss $(EXAMPLE_DIST)/style.css
3334
@$(NODE_BIN)/node-sass -w $(EXAMPLE_SRC)/index.scss $(EXAMPLE_DIST)/index.css
3435

3536
devServer:

0 commit comments

Comments
 (0)