Commit 661cbeab authored by Administrator's avatar Administrator

Ignores node_modules on auto-redeploy mode

The auto-redeploy mode now ignores node_modules, as it slows excesively
down the execution.
parent 4bea59fc
...@@ -616,6 +616,7 @@ ...@@ -616,6 +616,7 @@
<watches> <watches>
<watch> <watch>
<directory>src/main</directory> <directory>src/main</directory>
<exclude>src/main/angular/node_modules</exclude>
</watch> </watch>
</watches> </watches>
<goals> <goals>
......
{ {
"name": "daa-example", "name": "daa-example",
"version": "0.2.0-alpha.2", "version": "0.2.0-alpha.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
......
{ {
"name": "daa-example", "name": "daa-example",
"version": "0.2.0-alpha.2", "version": "0.2.0-alpha.3",
"scripts": { "scripts": {
"ng": "./node_modules/.bin/ng", "ng": "./node_modules/.bin/ng",
"start": "./node_modules/.bin/ng serve", "start": "./node_modules/.bin/ng serve",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment