BundleTransformer.Handlebars contains one translator-adapter - `HandlebarsTranslator` (supports the Handlebars). This adapter makes translation of Handlebars templates to JS code. Also contains the `HandlebarsAssetHandler` debugging HTTP handler, which is responsible for text output of translated Handlebars asset.
$ dotnet add package BundleTransformer.HandlebarsBundleTransformer.Handlebars contains one translator-adapter - HandlebarsTranslator (supports the Handlebars version 4.7.8).
This adapter makes translation of Handlebars templates to JS code.
Also contains the HandlebarsAssetHandler debugging HTTP handler, which is responsible for text output of translated Handlebars asset.
As a JS engine is used the JavaScript Engine Switcher library. For correct working of this module, you need to install one of the following NuGet packages:
After installing the packages, you will need to register the default JS engine.