Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find the source for System.Web.Optimization? [closed]

I am trying to figure out why when I create a scriptbundle that is referencing files that are in an IIS VirtualDirectory under my main site's application folder, why it won't output anything.

I found this post:

Why does ResolveBundleUrl not work for custom folders? (MVC Beta 4)

but it no longer seems valid with the latest beta build of System.Web.Optimization.

like image 315
happyfirst Avatar asked Aug 23 '12 20:08

happyfirst


People also ask

What is microsoft ASPnet Web Optimization?

ASP.NET Optimization introduces a way to bundle and optimize CSS and JavaScript files.


3 Answers

For anyone stumbling upon this question, the source can now be found at https://aspnetoptimization.codeplex.com/SourceControl/latest#src/System.Web.Optimization/.

like image 109
Per Stolpe Avatar answered Sep 28 '22 07:09

Per Stolpe


It's still not currently available, but it will eventually be hosted on the ASP.NET Optimization CodePlex site.

like image 22
bkaid Avatar answered Sep 28 '22 06:09

bkaid


System.Web.Optimization is still in the process of being moved to open source, so you can't find the official sources currently.

like image 44
Hao Kung Avatar answered Sep 28 '22 07:09

Hao Kung