-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[INTERNAL] generateStandaloneAppBundle: Update integration test
Without building all dependencies, some modules might not be minified now
- Loading branch information
1 parent
1f75d08
commit 0cc9a8b
Showing
3 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
test/expected/build/application.b/standalone/resources/sap-ui-custom-dbg.js
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,4 +1,9 @@ | ||
//@ui5-bundle sap-ui-custom-dbg.js | ||
//@ui5-bundle-raw-include ui5loader-autoconfig.js | ||
(function () { | ||
var thisIsTheUi5LoaderAutoconfig = true; | ||
console.log(thisIsTheUi5LoaderAutoconfig); | ||
})() | ||
sap.ui.requireSync("sap/ui/core/Core"); | ||
// as this module contains the Core, we ensure that the Core has been booted | ||
sap.ui.getCore().boot && sap.ui.getCore().boot(); |
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 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