12345678910111213141516171819202122232425262728293031323334353637383940 |
- // 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 vendor/assets/javascripts of plugins, if any, 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.
- //
- //= require jquery
- //= require jquery-cookie
- //= require lodash
- //= require jquery-ujs
- //= require bootstrap-sass/bootstrap/transition
- //= require application/select2-utils
- //= require webshims/polyfiller
- //= require respond
- //= require html5shiv
- //= require bootstrap-sass/bootstrap/collapse
- //= require bootstrap-sass/bootstrap/modal
- //= require bootstrap-sass/bootstrap/tooltip
- //= require bootstrap-sass/bootstrap/popover
- //= require bootstrap-sass/bootstrap/alert
- //= require application/sticky_tools
- //= require action_page
- //= require_tree ./application
- //= require jquery-timeago
- //= require sweetalert
- //= require application/smarty_streets
- //= require fuzzyset
- //= require fuzzyset_util
- //= require bootstrap-formhelpers-phone
- //= require application/social-buttons
- //= require cocoon
- //= require select2
|