frontend-maven-plugin
frontend-maven-plugin copied to clipboard
Feature for #637
Summary
Hi,
I said i was working on it so here we go. Its a very specific case where we prepackage a node distribution for our builds so no download occur and the dependencies are all setup already.
Right now the package is built on Linux but executed locally on windows. And in this case, the windows binary is not there.
This adds the option to download multiple node distribution to be used at a later time. Right now works with indtall-node-and-npm only.
As you wish if you want to merge or not. No regressions done.
Still usefull after packaging a node-sass with a maven copy resources. Node is different, it needs to download the executable and use the correct name while running .