GRT / onesie-api

Backend for onesie
1 stars 0 forks source link

Why gulp? #1

Open ohall opened 8 years ago

ohall commented 8 years ago

@mikeatkins Seems like npm scripts are simpler for doing simple tasks like linting.
What's the advantage of using gulp here?

mikeatkins commented 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

ohall commented 8 years ago

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.

ohall commented 8 years ago

I'll mess with it and file a PR