Пример #1
0
 /// <summary>
 /// Compiles the asset from the specified package.
 /// </summary>
 /// <param name="context">The context to use to compile the asset.</param>
 /// <param name="assetItem">The asset to compile</param>
 /// <param name="targetUrlInStorage">The absolute URL to the asset, relative to the storage.</param>
 /// <param name="result">The result where the commands and logs should be output.</param>
 protected abstract void Prepare(AssetCompilerContext context, AssetItem assetItem, string targetUrlInStorage, AssetCompilerResult result);