2018-01-02 17:19:25 +00: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, 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. JavaScript code in this file should be added after the last require_* statement.
|
|
|
|
//
|
|
|
|
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
|
|
|
|
// about supported directives.
|
|
|
|
//
|
|
|
|
//= require rails-ujs
|
|
|
|
//= require turbolinks
|
2018-02-10 23:40:37 +00:00
|
|
|
//= require jquery/dist/jquery.js
|
|
|
|
//= require jquery.hotkeys/jquery.hotkeys
|
2018-02-26 19:59:55 +00:00
|
|
|
//= require popper.js/dist/umd/popper
|
2018-02-25 01:10:37 +00:00
|
|
|
//= require bootstrap/util
|
|
|
|
//= require bootstrap/alert
|
2018-02-26 19:59:55 +00:00
|
|
|
//= require bootstrap/tooltip
|
2018-04-16 17:20:45 +00:00
|
|
|
//= require bootstrap/dropdown
|
2018-02-03 14:02:21 +00:00
|
|
|
//= require bootstrap-markdown/js/bootstrap-markdown
|
2018-02-10 23:40:37 +00:00
|
|
|
//= require markdown-it/dist/markdown-it
|
2018-05-17 16:27:14 +00:00
|
|
|
//= require select2/dist/js/select2.full.min
|
|
|
|
//= require table-dragger/dist/table-dragger.min
|
2018-01-02 17:19:25 +00:00
|
|
|
//= require_tree .
|