How to pass arguments to the compile function? For instance, I'd like to pass the --compass flag, so that the sass files are compiled with compass.
I'm not sure if this is specific to the ruby gem, but it would be very nice to have it here.
Update: It seems compass does not support libsass (sass/libsass#82). Is there any workaround here other than downloading the compass code, or having a wrapper around compass, along the lines of compass-rails?
How to pass arguments to the
compilefunction? For instance, I'd like to pass the--compassflag, so that the sass files are compiled with compass.I'm not sure if this is specific to the ruby gem, but it would be very nice to have it here.
Update: It seems compass does not support libsass (sass/libsass#82). Is there any workaround here other than downloading the compass code, or having a wrapper around compass, along the lines of compass-rails?