Taritsyn / BundleTransformer

Bundle Transformer - a modular extension for System.Web.Optimization (also known as the Microsoft ASP.NET Web Optimization Framework).
Apache License 2.0
130 stars 19 forks source link

How to use SassAndScss on Azure App Service (web app)? #42

Open DarthSonic opened 4 years ago

DarthSonic commented 4 years ago

Can not find any info if LibSassHost is available on Azure. Can I use SassAndScss with Azure App Service?

Taritsyn commented 4 years ago

Hello, Darth!

I do not use a Azure, so I cannot answer your question.

ghost commented 2 years ago

Hi,

I have a same problem. I need to migrate my website from an IIS to a Azure WebApp.

Did you successfully use LibSass on Azure WebApp ?

Regards,

DarthSonic commented 2 years ago

@Kain-Nosgoth we are using Azure DevOps to build and Deploy our app in the Azure cloud. As build is done using Windows Server there should be no problem. We use Windows Server 2019 for build. Bundle Transformer is running using Less, but we also started using NodeJs and Webpack to build and transpile our assets using Sass.