Base class for bundle implementations. Configuration methods all return (T)this.
Inheritance Hierarchy

SquishIt.Framework.Base BundleBase T
SquishIt.Framework.CSS CSSBundle
SquishIt.Framework.JavaScript JavaScriptBundle
Namespace: SquishIt.Framework.Base
Assembly: SquishIt.Framework (in SquishIt.Framework.dll) Version: 0.9.5.0 (0.9.5.0)
Syntax
Type Parameters
- T
- Type of bundle being implemented (Javascript or CSS).
See Also