www/DEVELOPMENT/sass.sh
2023-05-11 16:23:14 +03:00

7 lines
No EOL
166 B
Bash
Executable file

#!/bin/bash
# Compile all scss files
sass ../assets/scss/:../assets/css/
# watch for scss file changes and compile them
sass --watch ../assets/scss/:../assets/css/