1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02:00

bower.json: Remove bootstrap.css from main

Per https://github.com/bower/bower.json-spec/pull/43 :
> Use source files with module exports and imports over pre-built distribution files.

Also, the example in that PR doesn't include
/dist/movement.css or /dist/movement.min.css
in its `main`.

If you have a complaint about this, take it up with the Bower folks:
https://github.com/bower/bower.json-spec/issues
This commit is contained in:
Chris Rebert
2015-04-24 10:12:50 -07:00
parent 6cb9d6ce01
commit 38861984d9

View File

@@ -15,7 +15,6 @@
"homepage": "http://getbootstrap.com", "homepage": "http://getbootstrap.com",
"main": [ "main": [
"less/bootstrap.less", "less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js" "dist/js/bootstrap.js"
], ],
"ignore": [ "ignore": [