]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
bower.json: Remove bootstrap.css from `main` 16359/head
authorChris Rebert <code@rebertia.com>
Fri, 24 Apr 2015 17:12:50 +0000 (10:12 -0700)
committerChris Rebert <code@rebertia.com>
Fri, 24 Apr 2015 17:20:28 +0000 (10:20 -0700)
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

bower.json

index 574435080e6ecc6aa93e1ad194ea49008f316808..d89aa19cfcfae824caf5c149c8578fb32898f3b4 100644 (file)
@@ -15,7 +15,6 @@
   "homepage": "http://getbootstrap.com",
   "main": [
     "less/bootstrap.less",
-    "dist/css/bootstrap.css",
     "dist/js/bootstrap.js"
   ],
   "ignore": [