question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Don’t run asset manifest generator when there are no lazy engines?

See original GitHub issue

Advised as per @nathanhammond.

I was using master in an attempt to extract out some common logic in my parent application into an in-repo engine, followed the guide in the README, and got stuck on the error: Asset manifest does not list any available bundles in asset-loader#loadBundle.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
nathanhammondcommented, Sep 21, 2016

I think we should open a different issue for that. They’re free.

0reactions
trentmwilliscommented, Sep 21, 2016

So after looking into it, turns out the issue was not having the right version of ember-resolver 😆 . Just make sure you have version ^2.1.0.

Anyway, do we want to keep this issue open to address optimizing the asset manifest generator work?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ember Asset Loader - GitHub
You can generate an Asset Manifest by creating either a standalone or in-repo addon which extends from the ManifestGenerator base class: var ManifestGenerator...
Read more >
The Mix manifest does not exist when it does exist
i solved my problem running this command npm install. and then npm run production.
Read more >
Tutorial - A Guide to Module Federation for Enterprise
Module Federation allows a JavaScript application to dynamically load code from another application and in the process, share dependencies. This ...
Read more >
Configuring Rails Applications - Ruby on Rails Guides
If you need to apply configuration directly to a class, use a lazy load hook in an initializer to avoid autoloading the class...
Read more >
Build a production ready PWA with Angular and Firebase
Being a Progressive Web App evangelist, it's no surprise that one of ... and corresponding HTML tags automatically via pwa-asset-generator ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found