dj_mon 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
//= require bootstrap_tooltip
|
|
2
|
-
//= require bootstrap_tab
|
|
3
|
-
//= require bootstrap_popover
|
|
4
|
-
//= require bootstrap_modal
|
|
5
|
-
//= require mustache
|
|
1
|
+
//= require dj_mon/bootstrap_tooltip
|
|
2
|
+
//= require dj_mon/bootstrap_tab
|
|
3
|
+
//= require dj_mon/bootstrap_popover
|
|
4
|
+
//= require dj_mon/bootstrap_modal
|
|
5
|
+
//= require dj_mon/mustache
|
|
6
6
|
|
|
7
7
|
$(function(){
|
|
8
8
|
|
data/lib/dj_mon/version.rb
CHANGED