mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-05 19:45:36 -05:00
Add task to compile scss
This commit is contained in:
7
tools/gencss.nim
Normal file
7
tools/gencss.nim
Normal file
@@ -0,0 +1,7 @@
|
||||
import sass
|
||||
|
||||
compileFile("src/sass/index.scss",
|
||||
outputPath = "public/css/style.css",
|
||||
includePaths = @["src/sass/include"])
|
||||
|
||||
echo "Compiled to public/css/style.css"
|
||||
Reference in New Issue
Block a user