mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-19 07:26:10 +01:00
Switch to official Bootstrap and Font Awesome SASS gems
This commit is contained in:
parent
52929bdbcb
commit
9c083b3175
8 changed files with 14 additions and 81 deletions
|
|
@ -13,14 +13,7 @@
|
|||
//= require jquery
|
||||
//= require jquery_ujs
|
||||
//
|
||||
//= require twitter/bootstrap/bootstrap-tooltip
|
||||
//= require twitter/bootstrap/bootstrap-popover
|
||||
//= require twitter/bootstrap/bootstrap-modal
|
||||
//= require twitter/bootstrap/bootstrap-tab
|
||||
//= require twitter/bootstrap/bootstrap-button
|
||||
//= require twitter/bootstrap/bootstrap-dropdown
|
||||
//= require twitter/bootstrap/bootstrap-collapse
|
||||
//= require twitter/bootstrap/bootstrap-transition
|
||||
//= require bootstrap
|
||||
//
|
||||
//= require mousetrap
|
||||
//
|
||||
|
|
@ -39,4 +32,4 @@
|
|||
//
|
||||
// Stuff in app/assets
|
||||
//= require tracks.js
|
||||
//= require keybindings.js
|
||||
//= require keybindings.js
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
jQuery ->
|
||||
$("a[rel=popover]").popover()
|
||||
$(".tooltip").tooltip()
|
||||
$("a[rel=tooltip]").tooltip()
|
||||
Loading…
Add table
Add a link
Reference in a new issue