Skip to content

Bump openshift-jvm to 1.1.3 #1197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ cache:
- node_modules
- bower_components
before_script:
- echo "Checking style.css perms before build:"
- ls -la dist.java/java/style.css
- make build
script:
- hack/test-headless.sh test
Expand Down
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ module.exports = function (grunt) {
src: [
'.tmp',
'<%= yeoman.dist %>/{,*/}*',
'!<%= yeoman.dist %>/.git*'
'!<%= yeoman.dist %>/.git*',
'<%= yeoman.dist %>.java/{,*/}*',
'!<%= yeoman.dist %>.java/.git*'
]
}]
},
Expand Down
2 changes: 1 addition & 1 deletion dist.java/java/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h4>Connected to <span ng-bind="containerName"></span></h4>
<div ng-include src="viewPartial"></div>
</div>

<script src="libs-d4dc55d29c.js"></script>
<script src="libs-23d47ad21a.js"></script>

<!-- add any scripts under dist/ here -->
<script src="app-f38f1f8a14.js"></script>
Expand Down
Binary file modified dist.java/java/fonts/PatternFlyIcons-webfont.eot
Binary file not shown.
52 changes: 37 additions & 15 deletions dist.java/java/fonts/PatternFlyIcons-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist.java/java/fonts/PatternFlyIcons-webfont.ttf
Binary file not shown.
Binary file modified dist.java/java/fonts/PatternFlyIcons-webfont.woff
Binary file not shown.
Binary file modified dist.java/java/fonts/fontawesome-webfont.eot
Binary file not shown.
3,350 changes: 682 additions & 2,668 deletions dist.java/java/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist.java/java/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file modified dist.java/java/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file modified dist.java/java/fonts/fontawesome-webfont.woff2
Binary file not shown.
51 changes: 51 additions & 0 deletions dist.java/java/img/OpenShift-Logo-NoText.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 95 additions & 0 deletions dist.java/java/img/OpenShift-Logo-Text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions dist.java/java/img/OpenShift-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading