gulp-cli icon indicating copy to clipboard operation
gulp-cli copied to clipboard

Use package.json bundledDependencies or bundle-dependencies

Open gajus opened this issue 10 years ago • 1 comments

gulp-cli is going to be installed only as a devDependency or as a global module. It would make sense to optimise the installation time. Consider using https://docs.npmjs.com/files/package.json#bundleddependencies or https://github.com/gajus/bundle-dependencies. Either would cut-off a lot of time from the install.

gajus avatar Jan 05 '16 02:01 gajus

Interesting project. I will consider this but we'd also have to add node_modules to the package.json files array, I think.

phated avatar Jan 12 '16 01:01 phated