appleboy / appleboy/gulp-compass
gulp-compass is not working in the gulp's stream paradigm
- Dominant language
- JavaScript
- Stars
- 172
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing gulp-compass's current handling of the `css` and `scss` configuration and its gulp stream entry point. The change is done when input and output paths come from `gulp.src` and `gulp.dest`, while the plugin accepts other Compass settings through its options.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, sass
- Domain
- build-system, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100