gulp icon indicating copy to clipboard operation
gulp copied to clipboard

A toolkit to automate & enhance your workflow

Results 46 gulp issues
Sort by recently updated
recently updated
newest added

Opening this PR as a replacement for #2481 - an open issue with no actionable items. Pinging @entrywayaudibly @sidneifjr @SidneiFarias @stearruda to try to get this completed

Before you open this issue, please complete the following tasks: * [ x] use the search bar at the top of the page to search this repository for similar issues...

If the name of the folder contains the character "*", then gulp.dest() does not work properly. In my example, gulp saves the css file in: *workspaces / project01 / css...

### What were you expecting to happen? When executing a gulp task ``` gulp.src('dist/js/**/*.js') .pipe(gulp.dest('wwwroot/assets') ``` the task failed. When I used gulp-debug it reported no items found even though...

I want to use TypeScript with a `.mjs` (module) Gulpfile. So I renamed my gulpfile to `gulpfile.mts`, but it says `No gulpfile found`. TypeScript says it supports the `.mts` extension...

help wanted

Taking this simple sample: ```js const { watch } = require('gulp'); function css(cb) { cb(); } function js(cb) { cb(); } exports.default = function () { watch('src/**/*.css', css); watch('src/scripts/index.js', js);...

When the script is triggered, the file from the app/images/brand_logo.jpg folder is copied to dist/images/brand_logo.jpg. There should be no changes to the file but it changes and becomes unreadable. In...

bug
Bug Bounty: $100

### What were you expecting to happen? all html files in ```src/html/**/*.html``` to be in the ```dist/``` directory ### What actually happened? none of the files were in the ```dist/```...

Before you open this issue, please complete the following tasks: * [x] use the search bar at the top of the page to search this repository for similar issues or...

Before you open this issue, please complete the following tasks: * [x] use the search bar at the top of the page to search this repository for similar issues or...