-
Notifications
You must be signed in to change notification settings - Fork 2
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
Remove legacy es5 bundling resources #56
Labels
auro-flight
Status: Work In Progress
Issue or Pull Request work is in Progress
Type: Perf
Performance update to existing code
Milestone
Comments
blackfalcon
added
Status: Work In Progress
Issue or Pull Request work is in Progress
and removed
Status: Work In Progress
Issue or Pull Request work is in Progress
labels
Apr 21, 2023
/duplicate |
fajar-apri-alaska
added
the
Status: Work In Progress
Issue or Pull Request work is in Progress
label
Apr 25, 2023
fajar-apri-alaska
added a commit
that referenced
this issue
Apr 25, 2023
Changes to be committed: modified: README.md deleted: _legacy/README.md deleted: _legacy/package.json deleted: babel.config.js modified: package-lock.json modified: package.json deleted: rollup.config.js new file: rollup.config.mjs
fajar-apri-alaska
added a commit
that referenced
this issue
Apr 25, 2023
Changes to be committed: modified: .npmignore modified: README.md deleted: _legacy/README.md deleted: _legacy/package.json deleted: babel.config.js modified: demo/index.html modified: package-lock.json modified: package.json deleted: rollup.config.js new file: rollup.config.mjs
Merged
3 tasks
/duplicate |
/duplicate |
/duplicate |
/duplicate |
/duplicate |
/duplicate |
fajar-apri-alaska
added a commit
that referenced
this issue
Aug 7, 2023
Changes to be committed: modified: .npmignore modified: README.md deleted: _legacy/README.md deleted: _legacy/package.json deleted: babel.config.js modified: demo/index.html modified: package-lock.json modified: package.json deleted: rollup.config.js new file: rollup.config.mjs
blackfalcon
pushed a commit
that referenced
this issue
Aug 10, 2023
This commit addresses the following issues: - Remove legacy es5 bundling resources #56 - update to Lit2.0 #57 Changes to be committed: modified: .npmignore modified: README.md deleted: _legacy/README.md deleted: _legacy/package.json deleted: babel.config.js modified: demo/index.html modified: package-lock.json modified: package.json deleted: rollup.config.js new file: rollup.config.mjs modified: scripts/staticStyles-template.js modified: src/auro-flight-header.js modified: src/auro-flight-main.js modified: src/auro-flight.js
blackfalcon
pushed a commit
that referenced
this issue
Aug 16, 2023
This commit addresses the following issues: - Remove legacy es5 bundling resources #56 - update to Lit2.0 #57 Changes to be committed: modified: .npmignore modified: README.md deleted: _legacy/README.md deleted: _legacy/package.json deleted: babel.config.js modified: demo/index.html modified: package-lock.json modified: package.json deleted: rollup.config.js new file: rollup.config.mjs modified: scripts/staticStyles-template.js modified: src/auro-flight-header.js modified: src/auro-flight-main.js modified: src/auro-flight.js
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
auro-flight
Status: Work In Progress
Issue or Pull Request work is in Progress
Type: Perf
Performance update to existing code
Is your feature request related to a problem? Please describe.
This repo still contains resources related to the bundling of an es5 module, local demo Sass, and still supports legacy concepts like non-rem CSS post-processing.
Describe the solution you'd like
Remove all es5 resources required for bundling. This includes all script references and npm dependencies.
Remove these legacy services. Also, make sure that they are removed from all documentation including the README and API docs.
Update the index.html file in the ./dir to use CDN style resources. The local demo Sass resources should be deleted. The npm script for processing these demo styles should also be released
Please delete any
_legacy
directory if one exists.Exit criteria
This issue will be complete once all legacy Sass and es5 building resources have been removed from the repo.
See linked commits for update references.
The text was updated successfully, but these errors were encountered: