Merge pull request #9493 from brenoc/3.0.0-wip

Reference only not minified files in Bower
This commit is contained in:
Mark Otto 2013-08-14 09:40:29 -07:00
commit 518c32423e

View File

@ -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": [
"**/.*"
],