Sha256: c728ef9fec05c34acba79dc66afa675cc6d9524d3372cf93af4b92ab7588d8d0
Contents?: true
Size: 917 Bytes
Versions: 8
Compression:
Stored size: 917 Bytes
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. // <%- if options.cdn == "none" -%> //= require jquery <%- if options.ui? -%> //= require jquery-ui <%- end -%> <%- if options.dt? -%> //= require jquery.dataTables //= require dataTables.responsive <%- end -%> <%- end -%> //= require jquery_ujs <%- if options.cdn == "none" -%> //= require bootstrap <%- end -%> //= require_tree .
Version data entries
8 entries across 8 versions & 1 rubygems