We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I read description - https://www.npmjs.com/package/gulp-compass?__hstc=72727564.814ff8fd14c002f0cdd4e8806048753f.1452339146943.1453598162553.1453608453230.84&__hssc=72727564.4.1453608453230&__hsfp=2607638676
But i not understand how need tune gulpfile.js. Help please me.
I have build------sass |---css images node_modules src------sass |---css index.html package.json gulpfile.js
var compass = require('gulp-compass'), path = require('path'); //COMPASS gulp.task('compass', function () { gulp.src('src/sass/**/*.scss') .pipe(compass({ project: path.join(__dirname, 'assets'), css: '/src/css/**/*.css', sass: '/src/sass/**/*.scss', image: '/images' })) .pipe(gulp.dest('/temp')); });
[08:28:11] Individual stylesheets must be in the sass directory.
events.js:141 throw er; // Unhandled 'error' event ^ Error: Compass failed
The text was updated successfully, but these errors were encountered:
.pipe(gulp.dest('app/assets/temp')); --- why is it need?
Sorry, something went wrong.
No branches or pull requests
I read description - https://www.npmjs.com/package/gulp-compass?__hstc=72727564.814ff8fd14c002f0cdd4e8806048753f.1452339146943.1453598162553.1453608453230.84&__hssc=72727564.4.1453608453230&__hsfp=2607638676
But i not understand how need tune gulpfile.js. Help please me.
[08:28:11] Individual stylesheets must be in the sass directory.
events.js:141
throw er; // Unhandled 'error' event
^
Error: Compass failed
The text was updated successfully, but these errors were encountered: