Descriptive summary
Hyrax.config is compiled in the asset pipeline, this adds friction to changing/updating configurations (only for uploader right now). See: https://github.com/samvera/hyrax/blob/master/app/assets/javascripts/hyrax/config.js.erb
It would be nice to have the configuration rendered in a script block on page render so that these configurations can be changed in the hyrax initializer and the app restarted.
Rationale
This could eliminate the need for recompiling assets and/or deploying the application. In our production environment, the hyrax initializer is symlinked and managed on the server.
Descriptive summary
Hyrax.configis compiled in the asset pipeline, this adds friction to changing/updating configurations (only for uploader right now). See: https://github.com/samvera/hyrax/blob/master/app/assets/javascripts/hyrax/config.js.erbIt would be nice to have the configuration rendered in a script block on page render so that these configurations can be changed in the hyrax initializer and the app restarted.
Rationale
This could eliminate the need for recompiling assets and/or deploying the application. In our production environment, the hyrax initializer is symlinked and managed on the server.