[feature] custom gulpfile name/path
See original GitHub issueit would be nice to enable a way to provide a custom gulpfile name/path, like:
gulp --gulpfile my/custom/file.js
affected code: https://github.com/gulpjs/gulp/blob/master/bin/gulp.js#L117
grunt handles that nicely
thoughts?
Issue Analytics
- State:
- Created 10 years ago
- Reactions:16
- Comments:45 (38 by maintainers)
Top Results From Across the Web
Working with Files | gulp.js
When a file is received, the current state is written out to the filesystem, the path is updated to represent the new location...
Read more >Setting up a workflow with Gulp for fontend development
This article demonstrates how to set up a quick development workflow without being interrupted by LESS and ES6 translation process.
Read more >How can I specify the gulpfile to use? - Stack Overflow
When I try running any scripts or gulp tasks inside this Foundation subdirectory it ... .pipe(gulp.dest('ps_app/public/css/custom')); });.
Read more >rollup.js
The pattern to use for naming custom emitted assets to include in the build output, or a function that is called per asset...
Read more >Specifying a different or custom gulpfile name/path
Specifying a different or custom gulpfile name/path ... To run this custom gulp file we can use --gulpfile option with gulp command.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Why? What’s the usecase?
Although current file work towards problem is solved. But I would recommend for a more organized code structure to be in the main directory.