-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finished Version 0.3.0, created deploy script
- Loading branch information
Showing
29 changed files
with
1,308 additions
and
95 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 |
---|---|---|
@@ -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 |
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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# build results | ||
dist | ||
coverage | ||
deploySelection | ||
deployments | ||
|
||
# Logs | ||
logs | ||
|
Oops, something went wrong.