frontend-maven-plugin icon indicating copy to clipboard operation
frontend-maven-plugin copied to clipboard

Feature for #637

Open Rouche opened this issue 8 years ago • 1 comments

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.

Rouche avatar Aug 10 '17 17:08 Rouche

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 .

Rouche avatar Aug 11 '17 13:08 Rouche