Skip to content

DerGuteWolf/ui5-task-updateManifestToRelativeUrls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ui5-task-updateManifestToRelativeUrls

REUSE status

Description

A custom task for ui5-builder of UI5 Tooling which translates OData URLs in manifest.json to appropriate relative URLs for SAP BTP Deployment .

Usage

  1. Define the dependency in $yourapp/package.json:
"devDependencies": {
    // ...
    "ui5-task-updateManifestToRelativeUrls": "DerGuteWolf/ui5-task-updateManifestToRelativeUrls:^1.0.3"
    // ...
},
  1. configure it in $yourapp/ui5-deploy.yaml (cf. Configuration Options above):

If you do not have the $yourapp/ui5-deploy.yaml file already, it can be generated with npx fiori add deploy-config command.

builder:
  customTasks:
    - name: ui5-task-updateManifestToRelativeUrls
      beforeTask: escapeNonAsciiCharacters

How to obtain support

In case you need any support, please create a GitHub issue.

License

This work is dual-licensed under Apache 2.0 and the Derived Beer-ware License. The official license will be Apache 2.0 but finally you can choose between one of them if you use this work.

When you like this stuff, buy @DerGuteWolf a beer.

Release History

See CHANGELOG.md.