standard-www
standard-www copied to clipboard
migrate shelljs into just a plain shell script
Its probably safe to just eliminate shelljs and replace it with a shell script.
The downside to consider is that it will no longer work on Windows, probably not a problem though
Bash actually runs on windows these days, so this gets a +1 from me!
npm-run-all is also very windows friendly and lets you do complex things without too many incompatible bash tricks.
Sent from my mobile
On Apr 28, 2017, at 5:57 PM, Feross Aboukhadijeh [email protected] wrote:
Bash actually runs on windows these days, so this gets a +1 from me!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.