Sha256: 92ff8ad8078342d0e5652aaeef9a2de3de2b985a6b5761bdb5d5d5b574a766ae
Contents?: true
Size: 500 Bytes
Versions: 1
Compression:
Stored size: 500 Bytes
Contents
module BootswatchRails class Engine < Rails::Engine initializer "BootswatchRails themes" do |app| app.config.assets.precompile += %w(toolbar.gif buttons.gif 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__) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootswatch_rails-3.2.0.16 | lib/bootswatch_rails/engine.rb |