Skip to content

Commit

Permalink
Fix Sprockets complaining about the lack of a manifest
Browse files Browse the repository at this point in the history
There is an issue with Sprockets 4 not accepting a custom path for
the assets manifest, which doesn't play well with in-memory dummy
apps such as the one we use in this gem.

A fix was provided for sprockets-rails[1] but it was not accepted
yet.

[1]: rails/sprockets-rails#446
  • Loading branch information
aldesantis committed Dec 13, 2019
1 parent 13980a1 commit 93f6953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ gem 'solidus_core', github: 'solidusio/solidus', branch: branch
gemspec

gem 'solidus_extension_dev_tools', github: 'solidusio-contrib/solidus_extension_dev_tools'
gem 'sprockets', '~> 3'
gem 'sprockets-rails'
gem 'sqlite3'

0 comments on commit 93f6953

Please sign in to comment.