nicosantangelo / sublime-gulp

Run Gulp tasks and use snippets from Sublime Text
https://sublime-gulp.nicosantangelo.com/
MIT License
155 stars 18 forks source link

Choose a different gulpfile #94

Closed mkormendy closed 6 years ago

mkormendy commented 6 years ago

With gulp, it's possible to choose a different filename to use for the gulpfile with the flag --gulpfile. Is this implemented, and if so, how do I use it in defining a menu item?

I have a use case where I have one gulpfile that I use for local development and another for my remote processing. Both get stored in git for versioning purposes.

I have a remote CI server that pulls the gulpfiles from the repo and runs gulp based on the specific gulpfile. It would be nice to be able to define this in my sublime process however.

mkormendy commented 6 years ago

Nevermind, this comment already indicates a method for doing this.