Create pre-procesors
See yosssi/gold#17.
Interesting idea, for Sass I basically see two options here:
Introduce the scs:: keyword and ...
... the user then has to execute the precompiler ... we use os.exec to run the precompiler ... we create a binding to libsass
What do you think?
I want to add the = sass helper method like the css helper method.
The best way is to compile Sass in the Go program but I don't know if there are any Sass compiler in Go.
Maybe this is good for starters? http://godoc.org/?q=sass
@dariusc93 Thanks! It would be nice for using cgo bindings of libsass!
Would it be possible to add support for a coffeesscript preprocessor too? +1 for Sass support