DIGITALLNature / DigitallPower

DIGITALLPOWER - the dotnet tool for the PowerPlatform from DIGITALL. A swiss army knife for all ALM issues where PAC still has weaknesses.
Microsoft Public License
7 stars 0 forks source link

Add option to provide a map to pushing webresources #70

Closed Moberstein closed 6 months ago

Moberstein commented 6 months ago

Adds the option to use a config map for webresources where the local file path does not match the crm file path.

Sample config map:

{
  "maps": {
    "prefix_/local/script.js": "other_/crm/script.js"
  }
}