sass ready on web client for buiding
This commit is contained in:
parent
c8cb2352f8
commit
71bb309c85
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
build_dir="css"
|
||||
sass_dir="sass"
|
||||
build_dir="static/css"
|
||||
sass_dir="static/sass"
|
||||
|
||||
if [ ! -d $build_dir ]; then
|
||||
mkdir -p $build_dir
|
||||
|
Loading…
Reference in New Issue
Block a user