lunchclass / absolute

Absolute is a web-based O2O(Online to Offline) platform like Siren-Order for Starbucks. We are focused on creating the platform that is portable, cheaper, easier, decentralized and appless.
Apache License 2.0
103 stars 31 forks source link

Stop using gulp-shell in gulpfile.ts. #506

Closed romandev closed 6 years ago

romandev commented 6 years ago

@llighter has found that now gulp do not recommend 'gulp.shell' anymore. https://github.com/lunchclass/absolute/pull/505#discussion_r147962611 So, we should stop using gulp-shell in gulpfile.ts and then remove the package in our package.json.

romandev commented 6 years ago

I think @llighter will be intersted in this issue :)

llighter commented 6 years ago

@romandev I will replace gulp-shell with child_process!