Assets
Assets can be included per component or shared in a component pack. Assets are additional files that should be deployed when a project is published. They are not processed in any way and are simply copied during publish.
Directory structure
All assets should be placed inside a directory named page and will be deployed once to the page's files directory during publish. Here's an example showing where to place the snowstorm.js file.
Currently, page is the only area currently supported. If you need to deploy assets to another area, please visit the forum and let us know.
Usage
To link to an asset in a single component you'll need to do the following;
Use the {{assetPath}} macro inside of the index.html Template file. If you need the include to appear in the head (or other areas) of the page you can use the Portal Function.
Include the following code in the hooks.js to return the assetPath to the page template:
Last updated