Sha256: 670088583ce8b4da59490b2376d3025deb2bf1e596e0f0eb310a058a7b91f332
Contents?: true
Size: 656 Bytes
Versions: 10
Compression:
Stored size: 656 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. // <% if options[:lib_name] == 'spree' %> //= require store/spree_core //= require store/spree_auth //= require store/spree_api //= require store/spree_promo <% else %> //= require store/<%= options[:lib_name].gsub("/", "_") %> <% end %> //= require_tree .
Version data entries
10 entries across 10 versions & 1 rubygems