-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: remove legacy processes, update to Lit2.0
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
- Loading branch information
1 parent
382e8d1
commit cf964d0
Showing
14 changed files
with
3,198 additions
and
16,098 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,6 @@ demo/**/*.css | |
demo/**/*.scss | ||
demo/**/*.html | ||
|
||
dist/es5.js | ||
|
||
index.html | ||
|
||
# ignore src | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.