Sha256: 474d2d05482b6613a13c784e5a604ae2a5f43c2e4226d5435fd8091349fd3cbf

Contents?: true

Size: 464 Bytes

Versions: 30

Compression:

Stored size: 464 Bytes

Contents

require 'rubygems'
require 'less-rails-bootstrap'

module WoopleTheme
  class Engine < ::Rails::Engine
    initializer :assets do |config|
      Rails.application.config.assets.precompile += [
        'woople-theme/framework.css',
        'woople-theme/index.css',
        'woople-theme/theme-retina.css'
      ]
    end

    initializer "something" do |config|
      WoopleTheme.configure do |c|
        #create an empty configuration
      end
    end
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
woople-theme-0.6.11 lib/woople-theme/engine.rb
woople-theme-0.6.10 lib/woople-theme/engine.rb
woople-theme-0.6.9 lib/woople-theme/engine.rb
woople-theme-0.6.8 lib/woople-theme/engine.rb
woople-theme-0.6.7 lib/woople-theme/engine.rb
woople-theme-0.6.6 lib/woople-theme/engine.rb
woople-theme-0.6.5 lib/woople-theme/engine.rb
woople-theme-0.6.4 lib/woople-theme/engine.rb
woople-theme-0.6.3 lib/woople-theme/engine.rb
woople-theme-0.6.2 lib/woople-theme/engine.rb
woople-theme-0.6.1 lib/woople-theme/engine.rb
woople-theme-0.6 lib/woople-theme/engine.rb
woople-theme-0.5.17 lib/woople-theme/engine.rb
woople-theme-0.5.16 lib/woople-theme/engine.rb
woople-theme-0.5.15 lib/woople-theme/engine.rb
woople-theme-0.5.14 lib/woople-theme/engine.rb
woople-theme-0.5.13 lib/woople-theme/engine.rb
woople-theme-0.5.12 lib/woople-theme/engine.rb
woople-theme-0.5.11 lib/woople-theme/engine.rb
woople-theme-0.5.10 lib/woople-theme/engine.rb