Skip to content
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

Quick Reference

Embedded Resources

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")