Skip to content

Commit

Permalink
Merge pull request #112 from jasonbellamy/bower
Browse files Browse the repository at this point in the history
Ignore all files except the license and dist/ folder when installing with Bower.
  • Loading branch information
knsv committed Jan 29, 2015
2 parents 5452be9 + 10b47b5 commit c4639d1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"vendor",
"test",
"tests"
"*",
"!dist/",
"!dist/*",
"!LICENSE"
],
"devDependencies": {
"jasmine": "~2.0.4",
Expand Down

0 comments on commit c4639d1

Please sign in to comment.