Best way to use Compass/Sass with meteor

Hello Everybody!

I’m trying to port a commercial theme to meteor, and it uses compass/sass.

It’s giving me quite a few headaches. I already use fourseven:scss and francocatena:compass but I’m still having issues.

Is still best to precompile sass with ruby? how can I get an output log of the css compilation, to see if there are any errors?

Personally I use Gulp for sass compiling. Gulp or Grunt is a much better way, though it requires some set up. They both work with Compass though.

http://gulpjs.com/

1 Like