]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Reference only not minified files in Bower 9493/head
authorBreno Calazans <breno@vtex.com.br>
Wed, 14 Aug 2013 14:10:48 +0000 (11:10 -0300)
committerBreno Calazans <breno@vtex.com.br>
Wed, 14 Aug 2013 14:10:48 +0000 (11:10 -0300)
Fixes #8985

bower.json

index a7f3f769a0792b15d317b6b9e8b5d249a2f30989..7ba448d27c8b859fcd5444a2f0640780997a58c0 100644 (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": [
       "**/.*"
   ],