Zwei

Results 4 issues of Zwei

[gulp-util](https://github.com/gulpjs/gulp-util) was deprecated at the end of 2017. Blog post with details and replacement utilities: [https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5](https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5)

Possible solution to https://github.com/furzeface/gulp-cache-bust/issues/26. Should be non-breaking and includes documentation update as well. Adds `options.resolveBasePathForEveryFile` which overrides `options.basePath` and resolves the `basePath` for every file rather than just for the...

Assuming the following directory structure: ``` Project │ fileA.html │ └───SubFolderB │ │ fileB.html │ │ test.js ``` If `fileA.html` references `test.js` as so: ``` ``` and `fileB.html` references the...

## 🐛 Bug Report This plugin uses ~/.lc for configuration and cache instead of using XDG compliant directories, e.g. $XDG_CONFIG_HOME and $XDG_CACHE_HOME. Could the plugin check for these variables and...