mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
4 lines
124 B
Bash
4 lines
124 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
node-sass --output-style compressed --output dpaste/static/dpaste/ dpaste/static/dpaste/dpaste.scss $1
|