BundleTransformer.Hogan contains one translator-adapter - `HoganTranslator`. This adapter makes translation of Mustache templates to JS code. Also contains the `HoganAssetHandler` debugging HTTP handler, which is responsible for text output of translated Mustache asset.
$ dotnet add package BundleTransformer.HoganBundleTransformer.Hogan contains one translator-adapter - HoganTranslator (supports the Hogan version 3.0.2).
This adapter makes translation of Mustache templates to JS code.
Also contains the HoganAssetHandler debugging HTTP handler, which is responsible for text output of translated Mustache 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.