{"id":19499731,"url":"https://github.com/pfight/gulp-include-bug","last_synced_at":"2026-06-11T18:31:26.989Z","repository":{"id":92051972,"uuid":"137756481","full_name":"PFight/gulp-include-bug","owner":"PFight","description":"Minimal reproduce example for bug of gulp-include when several files processed","archived":false,"fork":false,"pushed_at":"2018-06-18T13:47:07.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-18T18:25:43.719Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PFight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-06-18T13:40:55.000Z","updated_at":"2018-06-18T13:47:08.000Z","dependencies_parsed_at":"2023-05-04T15:34:13.820Z","dependency_job_id":null,"html_url":"https://github.com/PFight/gulp-include-bug","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PFight/gulp-include-bug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFight%2Fgulp-include-bug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFight%2Fgulp-include-bug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFight%2Fgulp-include-bug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFight%2Fgulp-include-bug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PFight","download_url":"https://codeload.github.com/PFight/gulp-include-bug/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFight%2Fgulp-include-bug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34213180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T22:06:07.558Z","updated_at":"2026-06-11T18:31:26.972Z","avatar_url":"https://github.com/PFight.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Steps to reproduce\r\n\r\n1. npm install\r\n2. gulp run\r\n3. Look at out/test2.js. It contains:\r\n\r\n        //=require to-include.js\r\n\r\nBut should contain same as out/test1.js, i.e:\r\n\t\r\n        // It is included content!\r\n\t\t\r\nSo, when we process several files like this:\r\n\r\n       gulp.src([\"test1.js\", \"test2.js\"])\r\n\t\t .pipe(gulpInclude())\r\n\t\t .pipe(gulp.dest(\"./out\"));\r\n\t\t \r\nOnly first file is processed by gulp-include. All other files are ignored.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfight%2Fgulp-include-bug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpfight%2Fgulp-include-bug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfight%2Fgulp-include-bug/lists"}