Sha256: 6ef9f25a726e2ff29f48cc6993b869f51fca25c40edf0094ef95c4b659a10507
Contents?: true
Size: 306 Bytes
Versions: 3
Compression:
Stored size: 306 Bytes
Contents
module ShopifyApp class Engine < Rails::Engine engine_name 'shopify_app' isolate_namespace ShopifyApp initializer "shopify_app.assets.precompile" do |app| app.config.assets.precompile += %w[ shopify_app/redirect.js shopify_app/itp_polyfill.js ] end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shopify_app-8.3.2 | lib/shopify_app/engine.rb |
shopify_app-8.3.1 | lib/shopify_app/engine.rb |
shopify_app-8.3.0 | lib/shopify_app/engine.rb |