Sha256: 4411a8032f281afe0cf394bdaffa869411273b03704373533326ba8885e9226f
Contents?: true
Size: 454 Bytes
Versions: 1
Compression:
Stored size: 454 Bytes
Contents
module Leaflet class Engine < Rails::Engine initializer :append_assets_path do |app| # For javascripts app.config.assets.paths << File.join(config.root, 'lib', 'leaflet', 'src') # For images and stylesheets app.config.assets.paths << File.join(config.root, 'lib', 'leaflet', 'dist') # For additional files app.config.assets.paths << File.join(config.root, 'lib', 'zerista') end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
leaflet-ruby-0.3.beta3 | lib/leaflet-ruby.rb |