Sha256: 7c798751414029e0e25176482d4659798d687daa42e9e37cfa890ec8cdf113f7

Contents?: true

Size: 464 Bytes

Versions: 65

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/theme.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

65 entries across 65 versions & 1 rubygems

Version Path
woople-theme-0.2.22 lib/woople-theme/engine.rb
woople-theme-0.2.21 lib/woople-theme/engine.rb
woople-theme-0.2.20 lib/woople-theme/engine.rb
woople-theme-0.2.19 lib/woople-theme/engine.rb
woople-theme-0.2.18 lib/woople-theme/engine.rb
woople-theme-0.2.17 lib/woople-theme/engine.rb
woople-theme-0.2.16 lib/woople-theme/engine.rb
woople-theme-0.2.15 lib/woople-theme/engine.rb
woople-theme-0.2.14 lib/woople-theme/engine.rb
woople-theme-0.2.13 lib/woople-theme/engine.rb
woople-theme-0.2.12 lib/woople-theme/engine.rb
woople-theme-0.2.11 lib/woople-theme/engine.rb
woople-theme-0.2.10 lib/woople-theme/engine.rb
woople-theme-0.2.9 lib/woople-theme/engine.rb
woople-theme-0.2.8 lib/woople-theme/engine.rb
woople-theme-0.2.7 lib/woople-theme/engine.rb
woople-theme-0.2.6 lib/woople-theme/engine.rb
woople-theme-0.2.5 lib/woople-theme/engine.rb
woople-theme-0.2.4 lib/woople-theme/engine.rb
woople-theme-0.2.3 lib/woople-theme/engine.rb