criticalmanufacturing / cli

Critical Manufacturing Projects Command Line Tool
https://criticalmanufacturing.github.io/cli/
BSD 3-Clause "New" or "Revised" License
10 stars 22 forks source link

fix(build): logic for adding href token to help index.html #344

Closed arcruz93 closed 8 months ago

arcruz93 commented 8 months ago

Currently, the index.html deployed in the help package does not include the $(APPLICATION_BASE_HREF) token, which is replaced during the package installation process. This pull request rectifies the logic that inserts the $(APPLICATION_BASE_HREF) token into the index.html file during the execution of the cmf build.

m-s- commented 8 months ago

This was superseeded by #349