Skip to content
This repository was archived by the owner on Jan 23, 2021. It is now read-only.

gulp-ruby-sass made easy

Compare
Choose a tag to compare
@robwierzbowski robwierzbowski released this 25 Jul 22:36
· 243 commits to main since this release
  • Only add the Sass file that you want to compile to gulp.src(), like 0.5.0
  • Environment files like Gemfile and .ruby-env are read automatically
  • container option if you want to use gulp-ruby-sass in multiple streams at once
  • Emits sass, bundle, and spawn errors (compilation errors, missing Gemfile, etc.)
  • Sourcemaps write correct relative path for all files
  • Support for sass --compass option