Sha256: 7deacdf9d396a21f2de3067c001094497adac69d1c4ac18d1ab9cfc1b9ade729

Contents?: true

Size: 261 Bytes

Versions: 22

Compression:

Stored size: 261 Bytes

Contents

module Helio
  module Rails
    class Engine < ::Rails::Engine
      initializer 'helio.assets.precompile' do |app|
        %w(stylesheets).each do |sub|
          app.config.assets.paths << root.join('assets', sub).to_s
        end
      end
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
helio-0.1.12 lib/helio/engine.rb
helio-0.1.11 lib/helio/engine.rb
helio-0.1.10 lib/helio/engine.rb
helio-0.1.9 lib/helio/engine.rb
helio-0.1.8 lib/helio/engine.rb
helio-0.1.7 lib/helio/engine.rb
helio-0.1.6 lib/helio/engine.rb
helio-0.0.1.5 lib/helio/engine.rb
helio-0.0.1.4 lib/helio/engine.rb
helio-0.0.1.3 lib/helio/engine.rb
helio-0.0.1.2 lib/helio/engine.rb
helio-0.0.1.1 lib/helio/engine.rb
helio-0.0.1.0 lib/helio/engine.rb
helio-0.0.0.9 lib/helio/engine.rb
helio-0.0.0.8 lib/helio/engine.rb
helio-0.0.0.7 lib/helio/engine.rb
helio-0.0.0.6 lib/helio/engine.rb
helio-0.0.0.5 lib/helio/engine.rb
helio-0.0.0.4 lib/helio/engine.rb
helio-0.0.0.3 lib/helio/engine.rb