mysociety / alavetelitheme

An example theme for alaveteli
http://alaveteli.org
MIT License
7 stars 90 forks source link

Add extra theme assets to the asset path #99

Closed crowbot closed 7 years ago

crowbot commented 7 years ago

The new version of Sprockets for Rails 4.2 only adds assets from the base path so we need to add this ourselves.

https://github.com/rails/sprockets-rails/blob/v3.2.0/lib/sprockets/railtie.rb#L84-L87

Fixes #98