In asp.net MVC, included a built-in integrated javascript bundle with BundleCollection
. With it, you simply define which resources to add to bundle and render it on the view.
Now I want to make something like javascript/css portal which handle the resources and expose it via webapi.
Is there any stand-alone built-in way to bundle and minify, and return it as string?