Sha256: d88684d86216936c30c4a287d31edac524f6118335bd07fa6f5a55acfadc0801
Contents?: true
Size: 439 Bytes
Versions: 2
Compression:
Stored size: 439 Bytes
Contents
# frozen_string_literal: true module IziLightup # GEM engine class Engine < ::Rails::Engine engine_name 'izi_lightup' require_relative 'extentions/autoload_paths' initializer 'izi_lightup.assets.precompile' do |app| app.config.assets.precompile += %w[ crit-utils/measure.js crit-utils/bundle.js loadCSS.js cssrelpreload.js crit-utils/async-css.js ] end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
izi_lightup-1.0.19 | lib/izi_lightup/engine.rb |
izi_lightup-1.0.18 | lib/izi_lightup/engine.rb |