Skip to content

Commit

Permalink
Add bower for asset and fronted library management
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Jul 14, 2015
1 parent bc591e6 commit 2343853
Show file tree
Hide file tree
Showing 3 changed files with 28 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": "public/bower_components"
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public/maintenance.php
public/images/.directory
public/images/joomla-admin/.directory
public/images/joomla-admin/menu/.directory
public/bower_components/
tools/perl-lib/IXPManager/MYMETA.yml
tools/perl-lib/IXPManager/Makefile
tools/perl-lib/IXPManager/blib/
Expand Down
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "IXP-Manager",
"version": "4.0.0",
"homepage": "https://github.com/inex/IXP-Manager",
"authors": [
"Barry O'Donovan <[email protected]>",
"Nick Hilliard <[email protected]>"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.0"
},
"resolutions": {
"jquery": ">=2.1.1"
}
}

0 comments on commit 2343853

Please sign in to comment.