7 lines
No EOL
190 B
Bash
Executable file
7 lines
No EOL
190 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Compile all scss files
|
|
sass /weblink/assets/scss/:/weblink/assets/css/
|
|
|
|
# watch for scss file changes and compile them
|
|
sass --watch /weblink/assets/scss/:/weblink/assets/css/ |