Skip to content

Commit

Permalink
Merge branch 'master' into feature/SHIBUI-704
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Smith committed Nov 28, 2018
2 parents 972fdc1 + 10821df commit 6111e57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -382,3 +382,6 @@ gradle-app.setting

# Do not ignore typescript config
!tsconfig.json

# pac4j
pac4j-module/out/
2 changes: 1 addition & 1 deletion run-app.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

./gradlew -Dshibui.logout-url=/dashboard "$@" clean bootRun npm_run_start --parallel
./gradlew -Dspring.profiles.active=no-auth -Dshibui.logout-url=/dashboard "$@" clean bootRun npm_run_start --parallel

0 comments on commit 6111e57

Please sign in to comment.