Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Missing asset-manifest meta

Open
#30 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript
Domain
build-system

Research direction

Start by tracing the plugin's conversion from the generated build/index.html to index.json and compare how existing meta tags are handled. Confirm that the asset-manifest meta tag is transferred with its decoded content, then verify the resulting index.json against the generated HTML.

Written by the indexing model from the issue text.

Description

The generated index.html in build has a

<meta name="my-app/config/asset-manifest" content="%7B%22bundles%22%3A%7B%7D%7D" />

tag that is not transferred to the index.json file.

Dominant language
JavaScript
Stars
17
Forks
11
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ember-cli-deploy/ember-cli-deploy-json-config

All issues in ember-cli-deploy/ember-cli-deploy-json-config

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.