Sha256: 1125949f7a7cffb6435b31d96fbd34c6430c8108d1390bbd110042c15b2b66d6

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 Bytes

Contents

module BootswatchRails
  class Engine < Rails::Engine
    initializer "BootswatchRails themes" do |app|
      app.config.assets.precompile += %w(bootstrap.js amelia.css cerulean.css cosmo.css custom.css cyborg.css darkly.css flatly.css journal.css lumen.css paper.css readable.css sandstone.css simplex.css slate.css spacelab.css superhero.css united.css yeti.css)
      app.config.assets.paths << File.expand_path('../../../vendor/assets/fonts', __FILE__)
      app.config.assets.paths << File.expand_path('../../../vendor/assets/images', __FILE__)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootswatch_rails-3.2.0.18 lib/bootswatch_rails/engine.rb