question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[feature] custom gulpfile name/path

See original GitHub issue

it 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:closed
  • Created 10 years ago
  • Reactions:16
  • Comments:45 (38 by maintainers)

github_iconTop GitHub Comments

6reactions
sindresorhuscommented, Jan 9, 2014

Why? What’s the usecase?

0reactions
eneserdogancommented, Jan 10, 2016

Although current file work towards problem is solved. But I would recommend for a more organized code structure to be in the main directory.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found