2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Reference only not minified files in Bower

Fixes #8985
This commit is contained in:
Breno Calazans
2013-08-14 11:10:48 -03:00
parent 1fd51b0fa3
commit 48c1add83b
+1 -1
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": [
"**/.*"
],