Skip to content

Commit

Permalink
Exclude grunt copy from installation.
Browse files Browse the repository at this point in the history
Removes the copy step from the grunt tasks that are run on installation.
These tasks fail if the project is not built yet, and are unnecessary,
as the maven build will copy the files regardless of grunt.
  • Loading branch information
stouffers committed Jul 24, 2018
1 parent 61f9b4f commit 556415d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/package.json
Expand Up @@ -26,7 +26,7 @@
"pixrem": "^3.0.2"
},
"scripts": {
"postinstall": "bower install && grunt",
"postinstall": "bower install && grunt process",
"docs": "grunt docs"
}
}

0 comments on commit 556415d

Please sign in to comment.