appleboy / appleboy/gulp-compass
add sass-cache: false argument
Open
- Dominant language
- JavaScript
- Stars
- 172
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
``` javascript
gulp.task('compass', function(cb) {
return gulp.src(paths.sass)
.pipe(compass({
sass: 'dev/sass',
css: 'build/source',
image: 'img',
cache: false // in order to disable caching, optional
}))
})
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the gulp-compass entry point that forwards the options shown in the issue, and inspect how caching is currently configured. Confirm the expected Sass cache option and verify that the example can disable caching without affecting the other Compass settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, sass
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100