Skip to content

Commit

Permalink
Merge pull request #10353 from rwillrich/ignore-files
Browse files Browse the repository at this point in the history
Bower: Ignore development and documentation files on bower.json. Fix #10313
  • Loading branch information
cvrebert committed Nov 14, 2013
2 parents 27b62d3 + f32abbb commit 57b59fc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@
"version": "3.0.2",
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"],
"ignore": [
"**/.*"
"**/.*",
"_*",
"docs-assets",
"examples",
"/fonts",
"js/tests",
"CNAME",
"CONTRIBUTING.md",
"Gruntfile.js",
"browserstack.json",
"composer.json",
"package.json",
"*.html"
],
"dependencies": {
"jquery": ">= 1.9.0"
Expand Down

0 comments on commit 57b59fc

Please sign in to comment.