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.4.2 lib/woople-theme/engine.rb
woople-theme-0.4.1 lib/woople-theme/engine.rb
woople-theme-0.4.0 lib/woople-theme/engine.rb
woople-theme-0.3.9 lib/woople-theme/engine.rb
woople-theme-0.3.8 lib/woople-theme/engine.rb
woople-theme-0.3.7 lib/woople-theme/engine.rb
woople-theme-0.3.6 lib/woople-theme/engine.rb
woople-theme-0.3.5 lib/woople-theme/engine.rb
woople-theme-0.3.04 lib/woople-theme/engine.rb
woople-theme-0.3.03 lib/woople-theme/engine.rb
woople-theme-0.3.02 lib/woople-theme/engine.rb
woople-theme-0.3.01 lib/woople-theme/engine.rb
woople-theme-0.3.0 lib/woople-theme/engine.rb
woople-theme-0.2.49 lib/woople-theme/engine.rb
woople-theme-0.2.48 lib/woople-theme/engine.rb
woople-theme-0.2.47 lib/woople-theme/engine.rb
woople-theme-0.2.46 lib/woople-theme/engine.rb
woople-theme-0.2.45 lib/woople-theme/engine.rb
woople-theme-0.2.44 lib/woople-theme/engine.rb
woople-theme-0.2.43 lib/woople-theme/engine.rb