Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy document head for BTR pages #279

Merged
merged 2 commits into from
Jun 15, 2020
Merged

Conversation

agubler
Copy link
Member

@agubler agubler commented Jun 12, 2020

Type: feature

The following has been addressed in the PR:

Description:

Updates BTR to copy across the document head at build time.

Resolves #278

@@ -590,6 +592,7 @@ ${blockCacheEntry}`
}

this._manifest = JSON.parse(compilation.assets['manifest.json'].source());
console.log(this._manifest);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you mean to leave this here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope! thanks!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tomdye fixed

@agubler agubler merged commit d6f8331 into dojo:master Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BTR should extract head tag contents
3 participants