mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-14 15:42:51 +11:00
Fixed a typo @ Makefile (#228)
This commit is contained in:
parent
1de5afc1a7
commit
e4047a986c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -34,7 +34,7 @@ css: ## Compile SCSS files
|
|||
npx sass --no-source-map --style=compressed client/scss/dpaste.scss:dpaste/static/dpaste.css
|
||||
|
||||
.PHONY: css-watch
|
||||
css-watch: ## Compile JS files
|
||||
css-watch: ## Compile SCSS files (watch stylesheets and recompile when they change)
|
||||
npx sass --watch client/scss/dpaste.scss:dpaste/static/dpaste.css
|
||||
|
||||
.PHONY: js
|
||||
|
|
Loading…
Reference in a new issue