gradle-node-plugin
gradle-node-plugin copied to clipboard
NPM Install caching
Allow npmInstall
to be cached (helps with #81)
- test for NPM install caching,
- add tests for
npmInstall
task caching - add test fixture project for
npmInstall
caching
For demonstration purposes, I commented-out the overlapping outputs in NpmInstallTask. This will have knock-on effects that I haven't tackled - I just wanted to demonstrate what it would take to get my test working.