diff options
| author | Breno Calazans <[email protected]> | 2013-08-14 11:10:48 -0300 |
|---|---|---|
| committer | Breno Calazans <[email protected]> | 2013-08-14 11:10:48 -0300 |
| commit | 48c1add83b0b391e66db29793f705d3abaeeaa3b (patch) | |
| tree | 864a7181042ce6bd07a370d0b5319107a214cef0 /bower.json | |
| parent | 1fd51b0fa30f3a5a9fe563be393f2917d3821fbb (diff) | |
| download | bootstrap-48c1add83b0b391e66db29793f705d3abaeeaa3b.tar.xz bootstrap-48c1add83b0b391e66db29793f705d3abaeeaa3b.zip | |
Reference only not minified files in Bower
Fixes #8985
Diffstat (limited to 'bower.json')
| -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": [ "**/.*" ], |
