Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
HAWKULAR-25: Add 'hawtio-template-cache' as bower dependency
Browse files Browse the repository at this point in the history
Fixes fetching templates from $templateCache which may cause issues if they are not there yet.
  • Loading branch information
ammendonca authored and jmazzitelli committed Feb 17, 2015
1 parent 5727944 commit 8a8c7ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/console/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"hawtio-core": "2.0.9",
"hawtio-core-navigation": "2.0.17",
"hawtio-utilities": "2.0.16",
"hawtio-template-cache": "2.0.1",
"hawkular-ui-components": "~0.1.8"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions ui/console/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<script src="libs/hawtio-utilities/dist/sugar.js"></script>
<script src="libs/hawtio-utilities/dist/angular-file-upload.js"></script>
<script src="libs/hawtio-utilities/dist/hawtio-utilities.js"></script>
<script src="libs/hawtio-template-cache/dist/hawtio-template-cache.js"></script>
<script src="libs/hawkular-ui-components/dist/hawkular-metrics.js"></script>
<script src="libs/hawkular-ui-components/dist/hawkular-alerts.js"></script>
<!-- endbower -->
Expand Down

0 comments on commit 8a8c7ae

Please sign in to comment.