gulp-flatten icon indicating copy to clipboard operation
gulp-flatten copied to clipboard

Gulp plugin: remove or replace relative paths for files

Results 3 gulp-flatten issues
Sort by recently updated
recently updated
newest added

Hey, thanks for the library. I'm having issues using gulp-flatten. I am using ```javascript return gulp.src('./components/**/*.pug') // .pipe(print()) .pipe(flatten()) .pipe(pug({ verbose : false })) .pipe(gulp.dest("./../public/templates/")) ``` also tried ```javascript return...

Hi, is it possible to tag the current code-state? I'd like to use this `gulp-util`-free version with a pinned version. Thanks in advance. Robs

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies