You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the plugin should take the gulp.src stream instead of --source, and output a stream instead of --destination. I'm going to work on that this week.
The text was updated successfully, but these errors were encountered:
Since our ruby tools can't operate on gulp streams we're going to have to write to a temp directory. gulp-ruby-compass works by taking a gulp stream -> writing tmp files -> sass operation -> reading new output files -> back to gulp stream. We'll need to do the same thing.
I think the plugin should take the
gulp.src
stream instead of--source
, and output a stream instead of--destination
. I'm going to work on that this week.The text was updated successfully, but these errors were encountered: