We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
gulp-cli
devDependency
The text was updated successfully, but these errors were encountered:
Interesting project. I will consider this but we'd also have to add node_modules to the package.json files array, I think.
node_modules
files
Sorry, something went wrong.
No branches or pull requests
gulp-cli
is going to be installed only as adevDependency
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.The text was updated successfully, but these errors were encountered: