Skip to content

Commit

Permalink
Finished Version 0.3.0, created deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
tabris87 committed Feb 26, 2024
1 parent 878f69d commit 6320dee
Show file tree
Hide file tree
Showing 29 changed files with 1,308 additions and 95 deletions.
15 changes: 15 additions & 0 deletions BUILD_SIZE_REDUCTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- removing layout library -> 208.89 MB
- "--exclude-task=createDebugFiles" -> didn't work
- using UI5 Webcomponents -> 244.87 MB
- replacing all components with WebComp -> breaks
- removeFromBuild util-script -> (208.89MB) 92.69MB
- remove types.ts from assets/scripts -> 208.89 MB
- ui5-minify-xml task -> 208.84 MB
- ui5-task-minifier -> 208.84 MB
- add removing messagebundles for unnecessary languages to the removeFromBuildScript -> 92.48 MB -> 87.6 MB
- removing less files from themes -> 80.91 MB
- creating a selective bundling script only for copying necessary stuff -> 43.7 MB
- rebuild code viewer with highlight.js (removing core.ui.codeeditor) -> 178.14 (208.84) -> removeFromBuild.js 71.94
- merge dark and bright css -> 178.13MB
- minify.sh script -> 43.16MB
- using webcomponents instead of sap.m
2 changes: 2 additions & 0 deletions appTs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# build results
dist
coverage
deploySelection
deployments

# Logs
logs
Expand Down
Loading

0 comments on commit 6320dee

Please sign in to comment.