-
Notifications
You must be signed in to change notification settings - Fork 62
F2 Packages
markhealey edited this page Nov 26, 2014
·
1 revision
Packages are variants of F2.js. They are ideally used when, for example, a container already has jQuery or sandboxed apps aren't needed. In circumstances where not all F2 features are required, Container Providers can use smaller, faster, lighter-weight versions of F2.js. Choose one below:
-
Basic:
- Includes: json2, EventEmitter, and F2
- Development: F2.basic.js
- Production: F2.basic.min.js (7.6kb)
-
No easyXDM:
- Includes: json2, jQuery, Bootstrap Modal, EventEmitter, and F2
- Development: f2.no-easyXDM.js
- Production: f2.no-easyXDM.min.js (30.4kb)
-
No Bootstrap:
- Includes: json2, jQuery, EventEmitter, and F2
- Development: F2.no-bootstrap.js
- Production: F2.no-bootstrap.min.js (33.6kb)
-
No jQuery, Bootstrap:
- Includes: json2, easyXDM, and F2
- Development: f2.no-jquery-or-bootstrap.js
- Production: f2.no-jquery-or-bootstrap.min.js (11.5kb)