VSCode - HTMLBuild READMEThis VS Code extension replaces placeholders in HTML files with values in a json file. Use it to manage and generate HTML files for different environments. Based on the azure-ad-b2c vscode extensions available here: https://github.com/azure-ad-b2c/vscode-extension Get StartedTo get started, open the folder which contains your html files. Run the HtmlBuild command of the extension for the first time to generate the sample appsettings.json file. Review the created file Update your html file to contain some settings to replace Run the BuildHtml command to generate the output files Review the output files NotesThe logic for the replace works on a case-insensitive match to {Settings:[settingname]}, so if you have content in your html file that happens to match that, it will be erroneously replaced. Known IssuesNone Release NotesVery first release ever 0.0.1Initial release |