Skip to content

Instantly share code, notes, and snippets.

@SlyNet
Created September 23, 2011 12:54
Show Gist options
  • Save SlyNet/1237264 to your computer and use it in GitHub Desktop.
Save SlyNet/1237264 to your computer and use it in GitHub Desktop.
var rootPhysicalPath = context.Server.MapPath(settings.GetScriptsConfig().Path);
var jsPhysicalPath = Path.Combine(rootPhysicalPath, Path.GetFileName(jsFileName) + ".js");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment