protected override string ProcessBeforeAddingToTheBundle(IBundlerContext context, string filePath, string fileContent) { return(CssRelativePath.Adjust( fileContent, GetAbsolutePath(filePath), GetAbsolutePath(context.BundleRelativePath) )); }
protected override string GetFileContent(IBundlerContext context, string file) { return(CssRelativePath.Adjust( base.GetFileContent(context, file), GetAbsolutePath(file), GetAbsolutePath(context.BundleRelativePath) )); }