Ejemplo n.º 1
0
 public AjaxMinBundle(string virtualPath, string cdnPath, BundleFileTypes bundleFileType)
     : base(virtualPath, cdnPath, new IBundleTransform[] { })
 {
     this.BundleFileType = bundleFileType;
     this.Builder        = new AjaxMinBundleBuilder(bundleFileType);
     //base.ConcatenationToken = ";" + Environment.NewLine;
 }
Ejemplo n.º 2
0
 public AjaxMinBundle(string virtualPath, string cdnPath, BundleFileTypes bundleFileType)
     : base(virtualPath, cdnPath, new IBundleTransform[] { })
 {
     this.BundleFileType = bundleFileType;
     this.Builder = new AjaxMinBundleBuilder(bundleFileType);
     //base.ConcatenationToken = ";" + Environment.NewLine;
 }
Ejemplo n.º 3
0
 public AjaxMinBundle(string virtualPath, BundleFileTypes bundleFileType)
     : this(virtualPath, null, bundleFileType)
 {
 }
Ejemplo n.º 4
0
 public AjaxMinBundleBuilder(BundleFileTypes bundleFileType)
 {
     this.bundleFileType = bundleFileType;
 }
Ejemplo n.º 5
0
 public AjaxMinBundle(string virtualPath, BundleFileTypes bundleFileType)
     : this(virtualPath, null, bundleFileType)
 {
 }