Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soen/7f1acab03e8e154f99f730f0d3ebd1b4 to your computer and use it in GitHub Desktop.
Save soen/7f1acab03e8e154f99f730f0d3ebd1b4 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<initialize>
<processor type="Sitecore.StaticAssets.Pipelines.InitializeStaticAssetsResolver, Sitecore.StaticAssets">
<!-- CONFIGURATION: Defines the file path for the asset manifest -->
<param desc="Asset path">~dist/rev-manifest.json</param>
</processor>
</initialize>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment