Sha256: e2b9819f819fa7bd81f62a2d6d0249842d07c84a8a8586b837f4100c4415e3ca
Contents?: true
Size: 355 Bytes
Versions: 9
Compression:
Stored size: 355 Bytes
Contents
= <%= extension_name %> Each extension loaded by Spree will override the views and stylesheets of those that precede so you will need to configure their load order. Put something like the following in the file config/preinitializer.rb: SPREE_EXTENSIONS_LOAD_ORDER = [:localization, :all, :<%= class_name.underscore.gsub("_extension", "") %>, :site]
Version data entries
9 entries across 9 versions & 1 rubygems