##Sprockets::Rails::Helper::AssetFilteredError in Calagator::Site#index Showing /Users/burnsbabe/Code/calagator/app/views/layouts/calagator/application.html.erb where line #27 raised:
Asset filtered out and will not be served: add Rails.application.config.assets.precompile += %w( leaflet.js )
to config/initializers/assets.rb
and restart your server
Extracted source (around line #193): ` if asset && asset_needs_precompile?(asset.logical_path, asset.pathname.to_s) raise AssetFilteredError.new(asset.logical_path) end