eirslett / frontend-maven-plugin

"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.
Apache License 2.0
4.22k stars 866 forks source link

Environment setup during development #317

Open apachemaven opened 8 years ago

apachemaven commented 8 years ago

Hi: This is a wonderful plugin, but I wonder how to use it during the development. Since we may change the backend codes frequently and we use the maven-tomcat7 plugin, which means we need to start/restart the server accordingly, which in turn will call this plugin to download nodes/npm and set the environment, I think this may take a long time which is ineffective during the development.

Did I miss anything?

eirslett commented 8 years ago

Node/npm will not be downloaded again. It will only be downloaded the first time you run maven.