Skip to content
Snippets Groups Projects
Commit 4caf0433 authored by Robert Speicher's avatar Robert Speicher
Browse files

Reorder JS requires

The old way broke d3, for some reason.
parent f8c3b69f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16,6 +16,8 @@
#= require jquery.scrollTo
#= require jquery.blockUI
#= require jquery.turbolinks
#= require d3
#= require cal-heatmap
#= require turbolinks
#= require autosave
#= require bootstrap
Loading
Loading
@@ -27,7 +29,6 @@
#= require branch-graph
#= require ace/ace
#= require ace/ext-searchbox
#= require d3
#= require underscore
#= require nprogress
#= require nprogress-turbolinks
Loading
Loading
@@ -39,7 +40,6 @@
#= require shortcuts_dashboard_navigation
#= require shortcuts_issuable
#= require shortcuts_network
#= require cal-heatmap
#= require jquery.nicescroll.min
#= require_tree .
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment