Skip to content
New issue

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

Comments option doesn't work #105

Open
SHND opened this issue Aug 12, 2015 · 2 comments
Open

Comments option doesn't work #105

SHND opened this issue Aug 12, 2015 · 2 comments

Comments

@SHND
Copy link

SHND commented Aug 12, 2015

gulp.src(scssSources)
    .pipe(compass({
      comments: true,
      css: env + '/assets', 
      sass: 'development/assets/scss',
    })
    .on('error', gutil.log))
    .pipe(gulp.dest(output_dir + 'assets/'))

Comments won't appear in the output compiled file.

@appleboy
Copy link
Owner

Please provide detail information.

Compass version? gulp version and gulp-compass version.

@SHND
Copy link
Author

SHND commented Aug 12, 2015

compass 1.1.0.alpha.3
gulp 3.9.0
gulp-compass 2.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants