mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:36:40 +08:00
DEV: add a note about sprockets being held back
We want to upgrade to version 4, but it does not work atm.
This commit is contained in:
parent
84c251c778
commit
3e0454c97b
2 changed files with 6 additions and 1 deletions
4
Gemfile
4
Gemfile
|
@ -28,6 +28,10 @@ else
|
|||
gem 'sprockets-rails'
|
||||
end
|
||||
|
||||
# TODO: At the moment Discourse does not work with Sprockets 4, we would need to correct internals
|
||||
# This is a desired upgrade we should get to.
|
||||
gem 'sprockets', '3.7.2'
|
||||
|
||||
# this will eventually be added to rails,
|
||||
# allows us to precompile all our templates in the unicorn master
|
||||
gem 'actionview_precompiler', require: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue