Skip to content

gulp-compass is not working in the gulp's stream paradigm #124

@lzl124631x

Description

@lzl124631x

gulp-compass uses the config css and scss to determine the input files and output files, but a more-gulp way should be:

gulp.src('path/to/*.scss')
.pipe(compass({ /* settings other than input and output folder */)
.pipe(gulp.dest('path/to/.css')

I highly recommend gulp-compass change to this paradigm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions