diff options
| author | Chris Rebert <[email protected]> | 2015-04-24 10:12:50 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-24 10:20:28 -0700 |
| commit | 38861984d9035333e2b366d307a5b874df8b8759 (patch) | |
| tree | ec08364d1f5b4a06493f44f9ebe24e1ef5fc1bcc | |
| parent | 6cb9d6ce015f5a986974121799daf264441bbe5f (diff) | |
| download | bootstrap-38861984d9035333e2b366d307a5b874df8b8759.tar.xz bootstrap-38861984d9035333e2b366d307a5b874df8b8759.zip | |
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
| -rw-r--r-- | bower.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bower.json b/bower.json index 574435080..d89aa19cf 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,6 @@ "homepage": "http://getbootstrap.com", "main": [ "less/bootstrap.less", - "dist/css/bootstrap.css", "dist/js/bootstrap.js" ], "ignore": [ |
