3 lines
79 B
Bash
3 lines
79 B
Bash
|
#!/bin/sh
|
||
|
gosass -input scss/ -output css/ -sourcemap -watch -style compressed
|