Skip to content

Commit

Permalink
move bower coponents
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelknoch committed Mar 25, 2016
1 parent 42fb41b commit 8c7c2c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory" : "./bower_components"
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<!-- Set the base href -->
<base href="/">

<title>Angular 2 QuickStart</title>
<title>Locator Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="app/components/gridism/gridism.css">
<link rel="stylesheet" href="bower_components/gridism/gridism.css">
<link rel="stylesheet" href="style/main.css">

<!-- 1. Load libraries -->
Expand Down

0 comments on commit 8c7c2c9

Please sign in to comment.