Skip to content
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

[FIX] generateResourcesJson: Add raw-module info for debug bundles #736

Merged
merged 3 commits into from
Apr 25, 2022

Commits on Apr 21, 2022

  1. [FIX] generateResourcesJson: Add raw-module info for debug bundles

    The raw-module info within .library is only maintained using the
    non-debug name. Therefore, the analysis must use that name when running
    with debug bundles.
    
    Furthermore the handling of the "module" property for debug resources
    has been changed to only take place within the ResourceCollector.
    
    JIRA: CPOUI5FOUNDATION-480
    matz3 committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    2e1f045 View commit details
    Browse the repository at this point in the history
  2. WIP

    matz3 committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    831ff2f View commit details
    Browse the repository at this point in the history
  3. Fix reading raw-module info

    matz3 committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    32c95fc View commit details
    Browse the repository at this point in the history