mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Bower: Ignore development and documentation files on bower.json. Fix #10313.
I've kept only the files I consider relevant to bower installation: - Files in dist directory; - Files in js directory; - Files in less directory; - bower.json file; - README.md file; - LICENSE file.
This commit is contained in:
parent
9369489883
commit
9d2491a808
14
bower.json
14
bower.json
@ -3,7 +3,19 @@
|
|||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"],
|
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"**/.*"
|
"**/.*",
|
||||||
|
"_*",
|
||||||
|
"assets",
|
||||||
|
"examples",
|
||||||
|
"/fonts",
|
||||||
|
"js/tests",
|
||||||
|
"CNAME",
|
||||||
|
"CONTRIBUTING.md",
|
||||||
|
"Gruntfile.js",
|
||||||
|
"browserstack.json",
|
||||||
|
"composer.json",
|
||||||
|
"package.json",
|
||||||
|
"*.html"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": ">= 1.9.0"
|
"jquery": ">= 1.9.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user