-
Type:
Epic
-
Status: Closed
-
Priority:
Major
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Frontend Infrastructure
-
Epic/Theme:
-
Epic Status:To Do
Currently AUI/YUI is present in pages by default in the following ways:
- For all users
- [1] The base aui.js that contains the core YUI modules is loaded
- [2] A modules.js and a distributed set of config.js files are loaded upfront configuring the YUI Loader
- [3] A bunch of modules are pre-loaded by default for all pages in frontend-js-web/bnd.bnd config as declared in its Liferay-JS-Resources-Top-Head header
- For authenticated users
- [4] A bunch of additional modules are pre-loaded by default in frontend-js-web/bnd.bnd config as declared in its Liferay-JS-Resources-Top-Head-Authenticated header
The goal of this epic is to allow [3] to be disabled.
Acceptance Criteria:
- A set of System/Site Settings allows to control which parts of AUI/YUI are included by default
- With [3] disabled, users can use the product normally
- mentioned in
-
Page Loading...