Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #138 from hackuci/develop
Browse files Browse the repository at this point in the history
Production hotfix
  • Loading branch information
chriswongtv authored Feb 4, 2018
2 parents 51d372a + b6ad0e2 commit 047dc3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<script src="plugins/angular-ui-router/release/angular-ui-router.min.js"></script>

<!-- Angular app -->
<script src="build/app.js"></script>
<script src="build/app.js?ver=2.0"></script>

<!-- Semantic-UI -->
<link rel="stylesheet" href="plugins/semantic-ui/dist/semantic.min.css">
Expand All @@ -62,7 +62,7 @@

<!-- Custom styling -->
<link rel="preload" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" as="style" onload="this.rel='stylesheet'">
<link rel="stylesheet" href="build/site.css">
<link rel="stylesheet" href="build/site.css?ver=2.0">
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400,500,700" rel="stylesheet">
<link rel="preload" href='//fonts.googleapis.com/css?family=Montserrat:700' type='text/css' as="style" onload="this.rel='stylesheet'">
<link rel="preload" href='//fonts.googleapis.com/css?family=Lato:300,400' type='text/css' as="style" onload="this.rel='stylesheet'">
Expand Down

0 comments on commit 047dc3e

Please sign in to comment.