You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we insert the a <meta> tag in the index.js file to pass the asset-map to the application.
This is necessary to support the fingerprint addon but if anybody know a better way to pass information from the build step to the application please let me know.
The text was updated successfully, but these errors were encountered:
AssetRev could potentially also modify the output of config/environment that include the information fo the bundles if the bundle data includes something that looks like a path. Like assets/bundle.js instead of just the bundle-name.
Yep, that'd be a much better path - especially considering the Ember team themselves are also looking at now embedding config in index.html themselves too.
Currently, we insert the a
<meta>
tag in the index.js file to pass the asset-map to the application.This is necessary to support the fingerprint addon but if anybody know a better way to pass information from the build step to the application please let me know.
The text was updated successfully, but these errors were encountered: