appleboy / appleboy/gulp-compass
Comments option doesn't work
Open
- Dominant language
- JavaScript
- Stars
- 172
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
```
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue using the gulp.src and compass configuration shown in the report, then trace how the gulp-compass plugin passes the comments option into compilation. Verify the fix by compiling the sample SCSS and confirming that comments appear in the generated CSS.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, sass
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100