swagger-ui as middleware & upgrade to 3.12.2

This commit is contained in:
domaindrivendev
2018-04-26 20:39:42 -07:00
parent 4c708295b9
commit fee8491ab6
74 changed files with 258 additions and 37700 deletions

24
ci/build.sh Executable file
View File

@@ -0,0 +1,24 @@
#!/usr/bin/env bash
ROOT_PATH=$PWD
set -e # abort if anything fails
echo '####################'
echo 'bundle'
echo '####################'
echo ''
echo '##### all #####'
bundle install
echo '####################'
echo 'npm'
echo '####################'
echo ''
echo '##### rswag-ui #####'
cd $ROOT_PATH/rswag-ui
npm install
# Cleanup
cd $ROOT_PATH