Sha256: 6666484e5baa95140eddcd5ab35d5a53a1a600cc66ed303ad4e5b6f421948342

Contents?: true

Size: 491 Bytes

Versions: 36

Compression:

Stored size: 491 Bytes

Contents

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

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

36 entries across 36 versions & 1 rubygems

Version Path
woople-theme-0.10.0 lib/woople-theme/engine.rb
woople-theme-0.9.0 lib/woople-theme/engine.rb
woople-theme-0.8.19 lib/woople-theme/engine.rb
woople-theme-0.8.18 lib/woople-theme/engine.rb
woople-theme-0.8.17 lib/woople-theme/engine.rb
woople-theme-0.8.16 lib/woople-theme/engine.rb
woople-theme-0.8.15 lib/woople-theme/engine.rb
woople-theme-0.8.14 lib/woople-theme/engine.rb
woople-theme-0.8.13 lib/woople-theme/engine.rb
woople-theme-0.8.12 lib/woople-theme/engine.rb
woople-theme-0.8.11 lib/woople-theme/engine.rb
woople-theme-0.8.10 lib/woople-theme/engine.rb
woople-theme-0.8.9 lib/woople-theme/engine.rb
woople-theme-0.8.8 lib/woople-theme/engine.rb
woople-theme-0.8.7 lib/woople-theme/engine.rb
woople-theme-0.8.6 lib/woople-theme/engine.rb
woople-theme-0.8.5 lib/woople-theme/engine.rb
woople-theme-0.8.4 lib/woople-theme/engine.rb
woople-theme-0.8.3 lib/woople-theme/engine.rb
woople-theme-0.8.2 lib/woople-theme/engine.rb