Add pre-minified arbitrary content (not saved on disk) with the assumption that it is treated as if found in a given directory. This is useful for adding LESS content that needs to get imports relative to a particular location.
Namespace: SquishIt.Framework.BaseAssembly: SquishIt.Framework (in SquishIt.Framework.dll) Version: 0.9.5.0 (0.9.5.0)
Syntax
Parameters
- content
- Type:
System String
Minified content to include in bundle.
- extension
- Type:
System String
Extension that would be included in filename if content were saved to disk - this is needed to determine if the content should be preprocessed.
Return Value
Type: TSee Also