diff options
| author | Mark Otto <[email protected]> | 2013-08-14 09:40:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-14 09:40:29 -0700 |
| commit | 518c32423e85bca407396012bd1387a7bab9ede2 (patch) | |
| tree | 7d28807d6f7d87f97770c2ca5bbac180573767f0 | |
| parent | 4ff48c9c3ca4803fafcf62df6945abed6a29603c (diff) | |
| parent | 48c1add83b0b391e66db29793f705d3abaeeaa3b (diff) | |
| download | bootstrap-518c32423e85bca407396012bd1387a7bab9ede2.tar.xz bootstrap-518c32423e85bca407396012bd1387a7bab9ede2.zip | |
Merge pull request #9493 from brenoc/3.0.0-wip
Reference only not minified files in Bower
| -rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index a7f3f769a..7ba448d27 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bootstrap", "version": "3.0.0", - "main": ["./dist/js/bootstrap.min.js", "./dist/css/bootstrap.min.css"], + "main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css"], "ignore": [ "**/.*" ], |
