Sha256: 49aae5dc4f071a5b77ddb4bd4e94c9d833d58d3a78131b5e5cc0f2e0c4db8ad2
Contents?: true
Size: 660 Bytes
Versions: 19
Compression:
Stored size: 660 Bytes
Contents
// This is a manifest file that'll be compiled into including all the files listed below. // Add new JavaScript/Coffee code in separate files in this directory and they'll automatically // be included in the compiled file accessible from http://example.com/assets/application.js // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the // the compiled file. // //= require jquery //= require jquery_ujs <% if options[:lib_name] == 'spree' || options[:lib_name] == 'spree/frontend' %> //= require spree/frontend <% else %> //= require spree/frontend/<%= options[:lib_name].gsub("/", "_") %> <% end %> //= require_tree .
Version data entries
19 entries across 19 versions & 1 rubygems