Bundle MembersSquishIt API Documentation
The Bundle type exposes the following members.
Constructors

  NameDescription
Public methodBundle
Back to Top
Methods

  NameDescription
Public methodStatic memberClearPreprocessors
Public methodStatic memberConfigureDefaults
Provides access to a mutable static configuration. Changes made to this configuration will be applied to all future bundles created.
Public methodStatic memberCss 
Create a CSS bundle.
Public methodStatic memberCss(IDebugStatusReader)
Create a CSS bundle with non default IDebugStatusReader.
Public methodStatic memberJavaScript 
Create a javascript bundle.
Public methodStatic memberJavaScript(IDebugStatusReader)
Create a javascript bundle with non default IDebugStatusReader.
Public methodStatic memberRegisterGlobalPreprocessor T 
Register a preprocessor instance to be used for all bundle types.
Public methodStatic memberRegisterScriptPreprocessor T 
Register a preprocessor instance to be used for script bundles.
Public methodStatic memberRegisterStylePreprocessor T 
Register a preprocessor instance to be used for all style bundles.
Back to Top
See Also