Sha256: ad36dafeecdf3b22de1d1612952afb5cce20eaaa7b3031791d137dd5da64b185

Contents?: true

Size: 407 Bytes

Versions: 5

Compression:

Stored size: 407 Bytes

Contents

module WeatherIcons
  module Sass
    module Rails
      class Engine < ::Rails::Engine
        initializer 'weather-icons-rails.assets.precompile' do |app|
            app.config.assets.precompile += %w(
              weathericons-regular-webfont.eot weathericons-regular-webfont.svg
              weathericons-regular-webfont.ttf weathericons-regular-webfont.woff)
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
weather-icons-rails-0.1.1 lib/weather-icons/rails/engine.rb
weather-icons-rails-0.1.0 lib/weather-icons/rails/rails/engine.rb
weather-icons-rails-0.0.3.3 lib/weather-icons/rails/rails/engine.rb
weather-icons-rails-0.0.3 lib/weather-icons/rails/rails/engine.rb
weather-icons-rails-0.0.2 lib/weather-icons/rails/rails/engine.rb