gulp-compass icon indicating copy to clipboard operation
gulp-compass copied to clipboard

Compass plugin for gulp

Results 44 gulp-compass issues
Sort by recently updated
recently updated
newest added

gulp-util is deprecated - guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

hello, I use this bag when the following error message ``` Starting 'dev-config'... [14:54:24] Starting 'scripts'... [14:54:24] Starting 'inject_sass'... [14:54:24] gulp-inject 6 files into index.scss. [14:54:24] Finished 'dev-config' after 318...

It's quite the same issue: [https://github.com/chriseppstein/sass-globbing/issues/3](https://github.com/chriseppstein/sass-globbing/issues/3) But it is supported via sass: [https://stackoverflow.com/a/16575366](https://stackoverflow.com/a/16575366)

Running **Sass 3.4.3**, **Compass 1.0.1**, **Gulp 3.8.8** and **Gulp-compass 1.3.1** ``` var gulp = require('gulp'); var compass = require('gulp-compass'); var gutil = require('gulp-util'); gulp.task('compass', function() { gulp.src('comp/sass/style.scss') .pipe(compass({ sass: 'comp/sass',...

Hi! I tried to use gulp-compass, but it is so much slower than invoking `compass compile` or `compass watch`. Regular `compass compile` takes no more than 0.5 sec to compile...

hi, i hava a question with my ruby/compass not in system path,so i add a **param** to set it

Getting that dreaded `Individual stylesheets must be in sass dir` error. I can make it work without `config.rb`, but for obvious reasons, prefer to use the configuration file. `config.rb`: ```...

I'm using version 2.0.4 and the issue I'm seeing is that the comment with the path to the source map isn't being added to the generated CSS file. For example:...

Would it be possible to expose the `cache-location` option available to the gulp plugin?

Hi, using Compass 1.0.3 (Polaris) on a mac (OSX 10.10.3) I have 2 files my application.css.scss and _variables.css.scss. Gulp compass command works ok, until I try and import _variables.css.scss. When...