Sha256: d91c11aece16b2531efaabcb0ee63ea5ed69f5c39da368e12fce63a097e81864

Contents?: true

Size: 1.87 KB

Versions: 1

Compression:

Stored size: 1.87 KB

Contents

// 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.
//
// Not that jquery3 is not currently compatible for foundation 5
//= require jquery2
//= require jquery-readyselector
//= require jquery_ujs
//= require jquery-ui/core
//= require jquery-ui/widgets/autocomplete
//= require jquery-ui/widgets/sortable
//= require jquery-ui/effects/effect-highlight
//= require dataTables/jquery.dataTables
//= require dataTables/jquery.dataTables.foundation
//= require trix
//= require foundation/foundation
//= require foundation/foundation.accordion
//= require foundation/foundation.alert
//= require foundation/foundation.dropdown
//= require foundation/foundation.magellan
//= require foundation/foundation.reveal
//= require foundation/foundation.tab
//= require foundation/foundation.tooltip
//= require foundation/foundation.topbar
//= require underscore
//= require select2
//= require jquery_nested_form
//= require foundation-datepicker
//= require renalware/clockpicker
//= require cocoon
//= require renalware/mousetrap
//= require renalware/iframeResizer
//= require chosen-jquery
//= require clipboard
//= require renalware/masonry.min
//= require rails.validations
//= require rails.validations.simple_form
//= require renalware/print.min
//= require_tree .
//

// Disabled jQuery animations during tests to speed things up a little
<% if Rails.env.test? %>
  $.fx.off = true;
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta4 app/assets/javascripts/renalware/application.js.erb