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

properly bundle all <script> tags #995

Merged
merged 2 commits into from
Nov 3, 2022

Conversation

thescientist13
Copy link
Member

Related Issue

resolves #994

Summary of Changes

  1. Properly bundle <script> tags in the <head> or the <body>
  2. Add / improve test cases

@thescientist13 thescientist13 added bug Something isn't working P0 Critical issue that should get addressed ASAP CLI v0.27.0 labels Nov 2, 2022
@thescientist13 thescientist13 changed the title propery bundle all script tags properly bundle all <script> tags Nov 2, 2022
@thescientist13 thescientist13 linked an issue Nov 3, 2022 that may be closed by this pull request
5 tasks
@thescientist13 thescientist13 force-pushed the bug/issue-994-bundle-all-script-tags branch from 41fad23 to bb15bc5 Compare November 3, 2022 00:12
@thescientist13 thescientist13 merged commit 1c56c3b into release/0.27.0 Nov 3, 2022
@thescientist13 thescientist13 deleted the bug/issue-994-bundle-all-script-tags branch November 3, 2022 00:26
thescientist13 added a commit that referenced this pull request Nov 3, 2022
* propery bundle all script tags

* test file corrections
thescientist13 added a commit that referenced this pull request Nov 12, 2022
* propery bundle all script tags

* test file corrections
thescientist13 added a commit that referenced this pull request Nov 23, 2022
* propery bundle all script tags

* test file corrections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CLI P0 Critical issue that should get addressed ASAP v0.27.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<script> tags in the <body> are not getting bundled
1 participant