-
Couldn't load subscription status.
- Fork 126
Closed
Description
Hey there, I've been stuck with these for weeks.
I have an app that user should be able to "Save Page As" for offline mode.
However when I export, the assets defined in importmap.rb are not exported (tried on Safari and Chrome) so my page is broken.
I think browser need to have a javascript_include_tag to be able to export.
What would be the best approach to solve this ? Knowing that I would like to keep importmap working for online mode.
I tried to :
- tweak eshim but didnt work
- use
jsbundlingto compile the js files but didnt work well with existing importmap - having a custom javascript_importmap_tags that would loop through
Rails.application.importmapbut import statement didnt work
Metadata
Metadata
Assignees
Labels
No labels