Skip to content

Commit

Permalink
Include map files
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemN committed Jun 22, 2017
1 parent 169cdd6 commit aefdca9
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 48 deletions.
84 changes: 43 additions & 41 deletions Resources/public/swagger-ui/swagger-ui-bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Resources/public/swagger-ui/swagger-ui-bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Resources/public/swagger-ui/swagger-ui-standalone-preset.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Resources/public/swagger-ui/swagger-ui.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions update-js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ if [ -d $dest ]; then
rm -Rf $dest
fi
mkdir -p $dest

cp node_modules/swagger-ui-dist/swagger-ui-bundle.js $dest
cp node_modules/swagger-ui-dist/swagger-ui-bundle.js.map $dest
cp node_modules/swagger-ui-dist/swagger-ui-standalone-preset.js $dest
cp node_modules/swagger-ui-dist/swagger-ui-standalone-preset.js.map $dest
cp node_modules/swagger-ui-dist/swagger-ui.css $dest
cp node_modules/swagger-ui-dist/swagger-ui.css.map $dest
rm -Rf package.json node_modules/

0 comments on commit aefdca9

Please sign in to comment.