The /static Directory Structure

The /pages/static/ directory contains static files available to the website, such as graphics, .less or .css files, JavaScript, and others.

The only file in the top level of the static/ directory is favicon.ico. This file is a graphic that will be displayed in the browser tab of the Portal and will be associated with any bookmarked pages in the portal.

fonts/

This directory contains graphics and other files referenced by CSS and Less. By default, it contains files specific to Bootstrap.

images/

This directory contains graphics and other images placed in a Portal.

scripts/

This directory includes JavaScript files that can be included in portal pages. By default, it only contains bootstrap.min.js, the script file required for Bootstrap plugins to work properly. However, other files can be added.

Note: JavaScript files are not editable from within the browser in version 2.0d and must be edited locally, then uploaded. The ability to edit Javascript from within the browser will be implemented in a later release.
style/

This directory contains the .less .css stylesheets used in the portal. See Less Tips and Tricks for more information.