BundleBase T  AddRootEmbeddedResource Method SquishIt API Documentation
Add embedded resource in root namespace.

Namespace: SquishIt.Framework.Base
Assembly: SquishIt.Framework (in SquishIt.Framework.dll) Version: 0.9.5.0 (0.9.5.0)
Syntax

public T AddRootEmbeddedResource(
	string localPath,
	string embeddedResourcePath
)

Parameters

localPath
Type: OnlineSystem String
Path to treat asset as if it comes from.
embeddedResourcePath
Type: OnlineSystem String
Path to resource embedded in root namespace (eg "WebForms.js").

Return Value

Type: T
See Also