mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 07:46:53 +00:00
Fixed running 'bower install' during gradle install WAR build (it didn't
actually work as it was)
This commit is contained in:
parent
c6a48b3226
commit
500535ae11
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
.idea
|
||||
.gradle
|
||||
.gradle/
|
||||
build
|
||||
lib-cov
|
||||
lib
|
||||
@ -26,4 +26,4 @@ dist
|
||||
*.iml
|
||||
atlassian-ide-plugin.xml
|
||||
.tmp
|
||||
jshint-log.xml
|
||||
jshint-log.xml
|
||||
|
||||
@ -20,11 +20,9 @@ war {
|
||||
// from "dist"
|
||||
}
|
||||
|
||||
assemble {
|
||||
doFirst {
|
||||
exec {
|
||||
commandLine 'bower', 'install'
|
||||
}
|
||||
war.doFirst {
|
||||
exec {
|
||||
commandLine 'bower', 'install'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user