Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-09-02 05:13:58 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-09-02 05:13:58 +0300
commit5ef4dee608c93e6b3d7538500bbac4d05c79b94b (patch)
treec6fbc7278771ab9242679f7ff9c800526e539da2 /assets
parentb5d4805cf57c9bf757363340cd0ca42e3cb1b0f6 (diff)
Read JS concat order directly from Gruntfile
Diffstat (limited to 'assets')
-rw-r--r--assets/javascripts/bootstrap-sprockets.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/javascripts/bootstrap-sprockets.js b/assets/javascripts/bootstrap-sprockets.js
index 24c5a5d..dd7e97f 100644
--- a/assets/javascripts/bootstrap-sprockets.js
+++ b/assets/javascripts/bootstrap-sprockets.js
@@ -1,3 +1,4 @@
+//= require ./bootstrap/util
//= require ./bootstrap/alert
//= require ./bootstrap/button
//= require ./bootstrap/carousel
@@ -6,6 +7,5 @@
//= require ./bootstrap/modal
//= require ./bootstrap/scrollspy
//= require ./bootstrap/tab
-//= require ./bootstrap/util
//= require ./bootstrap/tooltip
//= require ./bootstrap/popover