Fastboot assets being exported to web-only engine build
See original GitHub issueSummary
The asset-manifest.json
generated by Ember Engines is asking the browser to fetch Fastboot-
specific build code. This code should be filtered out by the Engine build process but its not.
It occurs in any engine that is mounted in an application that contains ember-cli-fastboot
, regardless of whether that host application is being Fastbooted or not.
The main discussion/discovery of this happened on: https://github.com/ember-cli/ember-fetch/pull/70
Reproduction steps and sample Ember App that duplicates this behavior is here: https://github.com/arjansingh/ember-bugs/pull/1
Any thoughts on a potential fix?
// CC @kratiahuja
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
FastBoot is not defined from Browser Console · Issue #69
We are using Ember Engines with lazyLoading enabled. Similar Issue ... Fastboot assets being exported to web-only engine build ...
Read more >Exporting *From* Unreal Engine - YouTube
With all of the free giveaways, the question of how to get stuff out of Unreal Engine to use in other engines such...
Read more >Export asset metadata by using Cloud Asset Inventory
This quickstart shows you how to export asset metadata at a point in time using Cloud Asset Inventory and the Google Cloud CLI...
Read more >Exporting Data - Earth Engine
You can export images, map tiles, tables and video from Earth Engine. The exports can be sent to your Google Drive account, to...
Read more >Collect assets and export in batches
Open Location after Export. Select this option to specify if you want the folder that holds the exported assets to be opened using...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jasonmit - Maybe we can start with a small repro? (Mostly to make sure I grok the current issue that you mentioned in ember-cli/ember-fetch#69…)
@rwjblue here is an example of the issue: https://github.com/jasonmit/x-lazy-app/