ace icon indicating copy to clipboard operation
ace copied to clipboard

Create pre-procesors

Open yosssi opened this issue 11 years ago • 5 comments

See yosssi/gold#17.

yosssi avatar Jul 27 '14 15:07 yosssi

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?

akullpp avatar Jul 28 '14 08:07 akullpp

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.

yosssi avatar Jul 28 '14 11:07 yosssi

Maybe this is good for starters? http://godoc.org/?q=sass

dariusc93 avatar Aug 25 '14 05:08 dariusc93

@dariusc93 Thanks! It would be nice for using cgo bindings of libsass!

yosssi avatar Aug 25 '14 05:08 yosssi

Would it be possible to add support for a coffeesscript preprocessor too? +1 for Sass support

aficiomaquinas avatar Dec 03 '14 00:12 aficiomaquinas