Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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