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

Can't make it work via config.rb

Open adi-works opened this issue 8 years ago • 0 comments

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:

project_path = 'demo'
sass_dir = 'sass'
css_dir = 'css'

File-system:

./demo/sass
./demo/css

Gulp-compass config:

compass({
    config_file: 'config.rb'
}

I don't pass Sass/Css since the defaults are what I use anyway.

adi-works avatar Mar 05 '17 15:03 adi-works