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

.Net Core support? #21

Closed dehghani-mehdi closed 5 years ago

dehghani-mehdi commented 5 years ago

Hi,

Is any plan to support .Net core?

Taritsyn commented 5 years ago

Hello, Mehdi!

There are plans, no time.

About this issue: LibSass Host for .NET also supports .NET Core.

dehghani-mehdi commented 5 years ago

Hi @Taritsyn

I saw your answer on this one, thanks.

SharpScss works fine for me, I just need to add support for autoprefixing, I use NodeJS service in my project right know, but it depends on NodeJS and it must be installed and it not good enough for me.

I tired Jint as JS engine, but seems it can not run standalone version of autoprefixer.js.

So, you have plan to support .Net Core which is great, I'm wondering which engine do you want to use? I could not find any JS engine that supports .Net Core but Jint.

Taritsyn commented 5 years ago

I'm wondering which engine do you want to use?

JavaScriptEngineSwitcher.ChakraCore

dehghani-mehdi commented 5 years ago

Nice, now I have autoprefixer support for my project! thanks bro for the help. I'm done here, feel free to close the issue or keep it open.

Taritsyn commented 5 years ago

Hello, Mehdi!

Try to use the Autoprefixer Host library.

dehghani-mehdi commented 5 years ago

Hi Andrey,

Nice library, actually I did same thing for my project using Chakra, but thanks for your attention.