mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 01:55:40 +00:00
chore: migrate dart-sass to sass
This commit is contained in:
6
Makefile
6
Makefile
@@ -43,13 +43,13 @@ frontend: ## Build frontend
|
||||
@-rm -rf $(BUNDLE)
|
||||
@-mkdir $(BUNDLE)
|
||||
yarn build
|
||||
@yarn run dart-sass -s \
|
||||
@yarn run sass -s \
|
||||
compressed templates/main.scss \
|
||||
./static/cache/bundle/css/main.css
|
||||
@yarn run dart-sass -s \
|
||||
@yarn run sass -s \
|
||||
compressed templates/mobile.scss \
|
||||
./static/cache/bundle/css/mobile.css
|
||||
@yarn run dart-sass -s \
|
||||
@yarn run sass -s \
|
||||
compressed templates/widget/main.scss \
|
||||
./static/cache/bundle/css/widget.css
|
||||
@./scripts/librejs.sh
|
||||
|
||||
Reference in New Issue
Block a user