Skip to content

Commit

Permalink
Merge branch 'dev' into xml-data-processing
Browse files Browse the repository at this point in the history
  • Loading branch information
kzalewski committed Jul 24, 2018
2 parents 24ffe2b + 556415d commit e89d84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -60,6 +60,7 @@
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<version>1.6.0</version>
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
Expand Down
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 e89d84f

Please sign in to comment.