diff options
| author | Mark Otto <[email protected]> | 2013-08-13 00:04:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-13 00:04:58 -0700 |
| commit | 36c4223b1d316c391e62741d10ad16bcf58ee36a (patch) | |
| tree | b20f53bdaddcf5e188def02e06445e56e73b6696 | |
| parent | b0ab806dcc3c5d64a80f34acefeb3ac75e860b33 (diff) | |
| download | bootstrap-36c4223b1d316c391e62741d10ad16bcf58ee36a.tar.xz bootstrap-36c4223b1d316c391e62741d10ad16bcf58ee36a.zip | |
fixes #8985: only specify minified dist files for bower
| -rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index 7a3e4b622..a7f3f769a 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bootstrap", "version": "3.0.0", - "main": ["./dist/js/bootstrap.min.js", "./dist/js/bootstrap.js", "./dist/css/bootstrap.min.css", "./dist/css/bootstrap.css"], + "main": ["./dist/js/bootstrap.min.js", "./dist/css/bootstrap.min.css"], "ignore": [ "**/.*" ], |
