Open ohall opened 8 years ago
so far, this: '*/.js' .. do npm run scripts allow file globbing? if so, I'm ok just using npm.. although I'm not sure we won't end up needing gulp eventually
Yeah, globbing should work. I'm good with either one. Just curious whether there was some new thinking. Electrode has moved back to gulp from NPM scripts, but that was bc they needed to do more complex operations.
I'll mess with it and file a PR
@mikeatkins Seems like npm scripts are simpler for doing simple tasks like linting.
What's the advantage of using gulp here?