Comment 6 for bug 1575880

Revision history for this message
Sergio Schvezov (sergiusens) wrote : Re: [Bug 1575880] Re: nodejs plugin needs to be able to build using gulpfiles

El 09/06/16 a las 04:23, Stephen Stewart escribió:
> My 2 pennies worth: This should be a standalone gulp plugin. I don't
> think that the nodejs plugin should understand other js build systems
> except through npm scripts (which means they'd be local, not global
> modules); for gulp, grunt, webpack, etc, etc, when they're expected to
> be run outside of `npm run` (ie. global npm modules) that should happen
> via a purpose built plugin.
>

Thanks, this confirms the path we are taking :-)

I was reluctant to add it to the nodejs plugin for another reason which
was parameter overload.

I will make sure I ping you for a review once I have that extra hour to
push a PR for this ;-)