Beispiel #1
0
 public BundleResource(BundleResourceType type, string content, string serverPath)
 {
     Type        = type;
     Content     = content;
     ServerPath  = serverPath;
     ObfuscateJs = true;
 }
Beispiel #2
0
 public BundleResource(BundleResourceType type, string content) : this(type, content, null)
 {
 }