www/DEVELOPMENT/sass.sh

7 lines
166 B
Bash
Raw Normal View History

2023-05-11 14:47:18 +03:00
#!/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/