new
?
reptar new file
works
.scss
files will no longer compile because I created a global variables file that gets imported in a main.scss
ahead of other files (e.g. layout.scss
) that use those global variables. Reptar seems to behave as if those variables are undefined unless I redeclare the variable within each file separately.
I'll get a response from the command-line like this:
reptar
building
✔ Running "lifecycle.willUpdate". (8ms)
✔ Reading files. (107ms)
✔ Running "lifecycle.didUpdate". (1ms)
✔ Running "middlewares". (139ms)
✔ Running "lifecycle.willBuild". (1ms)
✔ Cleaning destination. (2ms)
✖ Writing destination.
error: Undefined variable: "$white-tint".
so.. is this still alive? :D
I wanted to give static site generators a try to learn something new and came across Reptar and Jekyll but I was going to start with reptar first cos it´s built in node. The thing is that checking the repo's contributions and also having a look to this chatroom it doesn´t seem very active to me :(