Skip to content

Commit

Permalink
added bower for client-side package management
Browse files Browse the repository at this point in the history
  • Loading branch information
wyoumans committed Feb 14, 2015
1 parent 77a581b commit 190bf90
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "www/lib"
}
7 changes: 7 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "ionic-parse-starter-updated",
"private": "true",
"devDependencies": {
"ionic": "driftyco/ionic-bower#1.0.0-beta.14"
}
}

0 comments on commit 190bf90

Please sign in to comment.