-
Notifications
You must be signed in to change notification settings - Fork 119
Home
Drew Freyling edited this page Jun 1, 2015
·
7 revisions
For a basic tutorial, please go "here":http://www.codethinked.com/squishit-the-friendly-aspnet-javascript-and-css-squisher
Using SquishIt programmatically without the file system
The format for the resource path is «assemblyName»://«resourceNameFromPath».
Example of Adding EmbeddedResource to Bundle:
Bundle.JavaScript().AddEmbeddedResource("~/Content/my.js", "Web.Site.Assembly.Name://Content.my.js")