Skip to content

Commit

Permalink
Changed to new bower path
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Aug 20, 2015
1 parent bd116c3 commit 3cdab61
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/dashboard.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
<link rel="stylesheet" href="/css/font-awesome-4.0.3.css">
<link rel="stylesheet" href="/css/app.css">

<script src="/components/angular/angular.js"></script>
<script src="/components/angular-route/angular-route.js"></script>
<script src="/bower_components/angular/angular.js"></script>
<script src="/bower_components/angular-route/angular-route.js"></script>
<script src="/js/dashboard.js"></script>

<script src="/jquery/jquery-2.1.3.min.js"></script>
<script src="/js/bootstrap.min.js"></script>

<link rel="stylesheet" href="/components/rickshaw/rickshaw.min.css">
<link rel="stylesheet" href="/bower_components/rickshaw/rickshaw.min.css">

<script src="/components/d3/d3.min.js"></script>
<script src="/components/rickshaw/rickshaw.min.js"></script>
<script src="/components/angular-rickshaw/rickshaw.js"></script>
<script src="/bower_components/d3/d3.min.js"></script>
<script src="/bower_components/rickshaw/rickshaw.min.js"></script>
<script src="/bower_components/angular-rickshaw/rickshaw.js"></script>
</head>

<body>
Expand Down

0 comments on commit 3cdab61

Please sign in to comment.