mirror of
https://github.com/DMOJ/online-judge.git
synced 2024-11-25 16:32:37 +08:00
style: Use POSIX sh for make_style.sh
Also update the gitignore for select2-dmoj.css.
This commit is contained in:
parent
79be4af4b5
commit
98c755706a
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,6 +9,7 @@
|
|||||||
dmoj/local_settings.py
|
dmoj/local_settings.py
|
||||||
resources/dark
|
resources/dark
|
||||||
resources/martor-description.css
|
resources/martor-description.css
|
||||||
|
resources/select2-dmoj.css
|
||||||
resources/style.css
|
resources/style.css
|
||||||
resources/vars.scss
|
resources/vars.scss
|
||||||
sass_processed
|
sass_processed
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
if ! [ -x "$(command -v sass)" ]; then
|
if ! [ -x "$(command -v sass)" ]; then
|
||||||
echo 'Error: sass is not installed.' >&2
|
echo 'Error: sass is not installed.' >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user