Skip to content

v1.13.0 Preview 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Taritsyn Taritsyn released this 29 Jul 17:17
· 151 commits to master since this release

Version: 1.13.0 Preview 2
Published: 7/29/2021
Change Set: 04e38c5

In BundleTransformer.SassAndScss:

  • Added support of the Dart Sass version 1.36.0
  • Now can use the JavaScriptEngineSwitcher.V8 as a JS engine

Steps required to update the BundleTransformer.SassAndScss module to version 1.13.X:

  1. Update the BundleTransformer.SassAndScss package to latest preview version.
  2. Uninstall the LibSassHost and LibSassHost.Native.* packages if necessary.
  3. Remove the precision and sourceComments attributes from the /configuration/bundleTransformer/sassAndScss configuration element in the Web.config file.
  4. Install one of the following packages: JavaScriptEngineSwitcher.Msie (only in the Chakra JsRT modes), JavaScriptEngineSwitcher.V8 or JavaScriptEngineSwitcher.ChakraCore.
  5. Register a JS engine.
  6. Set a name of JS engine (for example, MsieJsEngine) to the name attribute of /configuration/bundleTransformer/sassAndScss/jsEngine configuration element in the Web.config file.

NuGet Packages

Translators