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

Added Member.buzz to the list of sites #28

Closed wyeack closed 5 years ago

Taritsyn commented 5 years ago

Hello, William!

I did not find signs of using the Bundle Transformer on the Member.buzz site.

wyeack commented 5 years ago

Hey @Taritsyn - what sort of signs are you looking for? It is an ASP.NET MVC application and we use Bundle Transformer for the following stuff:

Ultimately the scripts and styles are delivered through a CDN, the output of which you can see here: https://resources.member.buzz/scripts https://resources.member.buzz/styles

The direct origin of the output can be found here: https://www.member.buzz/content/resources/scripts https://www.member.buzz/content/resources/styles

wyeack commented 5 years ago

p.s. I'm with Member.buzz so I definitely know we use and love your library! https://www.member.buzz/about/team

Taritsyn commented 5 years ago

Hello, William!

OK. It just seemed strange that JS-code was not minified.