Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Remove dependency in gulp #2

Open
lcampos opened this issue May 14, 2018 · 2 comments
Open

Remove dependency in gulp #2

lcampos opened this issue May 14, 2018 · 2 comments

Comments

@lcampos
Copy link
Contributor

lcampos commented May 14, 2018

Details

The project should not depend on gulp to build/deploy.

@ntotten
Copy link
Contributor

ntotten commented May 21, 2018

Out of curiosity, why? I don't really care, just wondering.

@vazexqi
Copy link
Contributor

vazexqi commented May 21, 2018

I guess it's just one more dependency. If we don't need anything specific from gulp, it would be easier to just use npm run scripts. The other Salesforce DX projects (including the project generator) are just using plain npm scripts.

Also (might not be too representative), but see https://ashleynolan.co.uk/blog/frontend-tooling-survey-2018-results (Q13 – Task Runners) and see how the community is leaning toward npm scripts.

npm scripts can be made OS compatible using things like shelljs and cross-env. We use those in our vscode extensions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants