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