Sha256: 31f09e35bdeb66ea0418e3c8fe841d9d9a97fbf0826257858d044aa0f8567c48
Contents?: true
Size: 482 Bytes
Versions: 3
Compression:
Stored size: 482 Bytes
Contents
module NitroSg class Engine < ::Rails::Engine isolate_namespace NitroSg config.generators do |g| g.test_framework :rspec end config.sass.load_paths ||= [] config.assets.paths ||= [] config.assets.paths << "#{Gem.loaded_specs['nitro_sg'].full_gem_path}/fonts" config.sass.load_paths << "#{Gem.loaded_specs['nitro_sg'].full_gem_path}/sass-mixins" config.sass.load_paths << "#{Gem.loaded_specs['nitro_sg'].full_gem_path}/components" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nitro_sg-3.0.2 | lib/nitro_sg/engine.rb |
nitro_sg-3.0.1 | lib/nitro_sg/engine.rb |
nitro_sg-3.0.0 | lib/nitro_sg/engine.rb |