Is there a plan to make the location of manifest.js customizable?
I have an app that consists from engines exclusively, so there's no app folder at all. There's one non-isolated engine, which serves as an app folder, e.g. it holds the application.html.erb etc.
Right now every engine has its own application.js file, and the application.html.erb has `<%= stylesheet_link_tag engine_name %> where needed
But sprockets 4 requires me to have manifest.js located exactly at app/assets/config
Is there a plan to make the location of
manifest.jscustomizable?I have an app that consists from engines exclusively, so there's no
appfolder at all. There's one non-isolated engine, which serves as anappfolder, e.g. it holds theapplication.html.erbetc.Right now every engine has its own
application.jsfile, and theapplication.html.erbhas `<%= stylesheet_link_tag engine_name %> where neededBut sprockets 4 requires me to have
manifest.jslocated exactly atapp/assets/config