4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
sass style.scss > style.min.css --style compressed
|
|
sass style.scss > style.css
|