Sha256: b8588e1843af82548b285434f744bb0dc1d0373fc586c8ad159b3ea86dfe9fae
Contents?: true
Size: 476 Bytes
Versions: 26
Compression:
Stored size: 476 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__) end end end
Version data entries
26 entries across 26 versions & 1 rubygems