2017-06-26 12:01:40 +02:00
|
|
|
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
|
|
|
// listed below.
|
|
|
|
//
|
|
|
|
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
|
|
|
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
|
|
|
|
//
|
|
|
|
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
|
|
|
// compiled file.
|
|
|
|
//
|
|
|
|
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
|
|
|
|
// about supported directives.
|
|
|
|
//
|
2017-07-25 12:26:11 +02:00
|
|
|
//= require ./init
|
2018-02-12 22:52:29 +01:00
|
|
|
//= require activestorage
|
2017-06-26 12:01:40 +02:00
|
|
|
//= require jquery
|
|
|
|
//= require jquery_ujs
|
|
|
|
//= require turbolinks
|
2017-07-24 20:04:41 +02:00
|
|
|
//= require leaflet.1.1.0
|
2017-06-26 12:01:40 +02:00
|
|
|
//= require highcharts
|
|
|
|
//= require chartkick
|
2017-07-26 13:22:25 +02:00
|
|
|
//= require select2
|
2017-10-27 17:15:21 +02:00
|
|
|
//= require select2_locale_fr
|
2017-07-26 12:09:21 +02:00
|
|
|
//= require typeahead.bundle
|
2017-06-26 12:01:40 +02:00
|
|
|
//= require_tree .
|