# HG changeset patch # User nanaya # Date 1442481220 -32400 # Node ID f0b4d6bec50e9b09c2a787e4b17ed51d1d4dfc0d # Parent bec47da9052a4e7ef22d89cc3b29469e5686d39a Slim out bootstrap diff -r bec47da9052a -r f0b4d6bec50e app/assets/javascripts/application.coffee --- a/app/assets/javascripts/application.coffee Thu Sep 17 18:12:38 2015 +0900 +++ b/app/assets/javascripts/application.coffee Thu Sep 17 18:13:40 2015 +0900 @@ -1,5 +1,8 @@ #= require jquery -#= require bootstrap +#= require bootstrap/transition +#= require bootstrap/collapse +#= require bootstrap/modal +#= require bootstrap/tab #= require highlightjs #= require commonmark diff -r bec47da9052a -r f0b4d6bec50e app/assets/stylesheets/application.scss --- a/app/assets/stylesheets/application.scss Thu Sep 17 18:12:38 2015 +0900 +++ b/app/assets/stylesheets/application.scss Thu Sep 17 18:13:40 2015 +0900 @@ -1,4 +1,4 @@ -@import "bootstrap"; +@import "bootstrap-zp"; @import "highlightjs"; .input-url1 { display: none !important; }