-
Notifications
You must be signed in to change notification settings - Fork 23
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
[FEATURE] Add minify task and processor #666
Commits on Jan 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1ea1bb7 - Browse repository at this point
Copy the full SHA 1ea1bb7View commit details -
[FEATURE] Add 'minify' task and processor
Combines debug-file creation, source-map generation and minification. Replaces existing tasks/processors 'uglify' and 'createDebugFiles'. BREAKING CHANGE: The following tasks have been removed: - createDebugFiles - uglify The following processors have been removed: - debugFileCreator - resourceCopier - uglifier As a replacement, the new 'minify' task and 'minifier' processors can be used. Note: The minify task is now executed earlier, before the bundling process takes place. The 'beforeTask' and 'afterTask' configuration of custom tasks might need to be adapted to cater for this change.
Configuration menu - View commit details
-
Copy full SHA for 30c87d8 - Browse repository at this point
Copy the full SHA 30c87d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90d95bc - Browse repository at this point
Copy the full SHA 90d95bcView commit details -
[INTERNAL] lbt/bundle/Builder: Remove compression
Bundling can now rely on preceding minify task
Configuration menu - View commit details
-
Copy full SHA for a4d31f9 - Browse repository at this point
Copy the full SHA a4d31f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0d4c30 - Browse repository at this point
Copy the full SHA c0d4c30View commit details -
[INTERNAL] minifier: Skip debug-variant check, rename return value, f…
…ix error message Do not check whether a debug-variant already exists. Just overwrite it
Configuration menu - View commit details
-
Copy full SHA for 705c54c - Browse repository at this point
Copy the full SHA 705c54cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e14933b - Browse repository at this point
Copy the full SHA e14933bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d780860 - Browse repository at this point
Copy the full SHA d780860View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36b6e98 - Browse repository at this point
Copy the full SHA 36b6e98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7885d19 - Browse repository at this point
Copy the full SHA 7885d19View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc6047 - Browse repository at this point
Copy the full SHA dcc6047View commit details -
[INTERNAL] builder integration tests: Add tests for optimize: false w…
…ith and without minify task
Configuration menu - View commit details
-
Copy full SHA for 801b508 - Browse repository at this point
Copy the full SHA 801b508View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4003b79 - Browse repository at this point
Copy the full SHA 4003b79View commit details -
Configuration menu - View commit details
-
Copy full SHA for f91f11d - Browse repository at this point
Copy the full SHA f91f11dView commit details -
[INTERNAL] Use ReaderTransformer to remove -dbg from resource names
Only for bundles configured as 'optimize: false'. Removes LocatorResourcePool option to remove -dbg from resource names.
Configuration menu - View commit details
-
Copy full SHA for 6c432d6 - Browse repository at this point
Copy the full SHA 6c432d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff1b7e6 - Browse repository at this point
Copy the full SHA ff1b7e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9562ef9 - Browse repository at this point
Copy the full SHA 9562ef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e7b64 - Browse repository at this point
Copy the full SHA a6e7b64View commit details -
[INTERNAL] generateLibraryPreload: Apply resource transformation for …
…unoptimized sap.ui.core bundles Only applicable to sap.ui.core versions <1.97.0. Same logic as for custom bundles in the generateBundle task.
Configuration menu - View commit details
-
Copy full SHA for 59dc7bd - Browse repository at this point
Copy the full SHA 59dc7bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ea9288 - Browse repository at this point
Copy the full SHA 9ea9288View commit details -
[INTERNAL] generateStandaloneAppBundle: Update integration test
Without building all dependencies, some modules might not be minified now
Configuration menu - View commit details
-
Copy full SHA for ca7423f - Browse repository at this point
Copy the full SHA ca7423fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc3553e - Browse repository at this point
Copy the full SHA cc3553eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c32c5a8 - Browse repository at this point
Copy the full SHA c32c5a8View commit details -
[INTERNAL] Minifer: Exclude .support.js files using glob pattern in b…
…uilder instead of explicit implementation
Configuration menu - View commit details
-
Copy full SHA for c6c1e84 - Browse repository at this point
Copy the full SHA c6c1e84View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0676d6 - Browse repository at this point
Copy the full SHA c0676d6View commit details