Skip to content

Commit

Permalink
Added comment for issue rcos#27
Browse files Browse the repository at this point in the history
  • Loading branch information
aeksco committed Feb 15, 2018
1 parent 42ea2f4 commit 226a977
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
<meta charset="utf-8">
<title>Observatory</title>

<!-- TODO - bundle Vue-Meta with Webpack -->
<script src="https://unpkg.com/[email protected]/lib/vue-meta.min.js"></script>
<!-- TODO - bundle FontAwesome with Webpack -->
<!-- TASK - Upgrade to FontAwesome 5.0 -->
<!-- https://github.com/rcos/observatory-client/issues/27 -->

<!-- Uncomment this line to enable FontAwesome 5.0 -->
<!-- <script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script> -->

<!-- Comment out this line to disable FontAwesome 4.7 -->
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">

</head>
Expand Down

0 comments on commit 226a977

Please sign in to comment.