Skip to content

Commit

Permalink
Fix font loading, and add matching Bootstrap JS to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
WasabiFan committed Feb 27, 2016
1 parent 1211da5 commit 4fc1fb1
Show file tree
Hide file tree
Showing 22 changed files with 4,718 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Expand Up @@ -18,7 +18,7 @@

<!-- 3rd-party libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="/javascripts/bootstrap/bootstrap.min.js"></script>
<script src="/javascripts/jquery.getUrlParam.js"></script>
<script src="/javascripts/jquery.loadTemplate-1.4.4.min.js"></script>
<script src="/javascripts/respond.js"></script>
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions javascripts/bootstrap/bootstrap-sprockets.js
@@ -0,0 +1,12 @@
//= require ./bootstrap/affix
//= require ./bootstrap/alert
//= require ./bootstrap/button
//= require ./bootstrap/carousel
//= require ./bootstrap/collapse
//= require ./bootstrap/dropdown
//= require ./bootstrap/tab
//= require ./bootstrap/transition
//= require ./bootstrap/scrollspy
//= require ./bootstrap/modal
//= require ./bootstrap/tooltip
//= require ./bootstrap/popover

0 comments on commit 4fc1fb1

Please sign in to comment.