openmct/platform
Pete Richards d7ddb96c4e [API] UMD Packaging (#1078)
* [Bundle] load filter with requirejs

* [Build] Use almond, wrap in UMD

Use almond for built version of application and wrap in UMD so that
it supports requirejs, commonjs, and basic browser loading.

* [Main] Can choose where to load app

MCT.run allows you to specify a dom element to load application
within.  If element is not specified, will use body.

* [MCT] set class on injected div

Set class on injected div so extra markup is not required.

* [Build] Re-enable optimize

* Add minimal bootstrap example
2016-07-07 14:25:23 -07:00
..
commonUI [API] UMD Packaging (#1078) 2016-07-07 14:25:23 -07:00
containment [Code Style] Run gulp fixstyle 2016-05-19 11:29:13 -07:00
core [Code Style] Rename shadowing variables 2016-05-20 13:05:32 -07:00
data [Structure] Add platform structure 2014-10-27 18:18:50 -07:00
entanglement [Code Style] Rename shadowing variables 2016-05-20 13:05:32 -07:00
execution [Timelines] Remove unused TaskService 2016-03-07 15:30:57 -08:00
exporters [Code Style] Run gulp fixstyle 2016-05-19 11:29:13 -07:00
features Merge pull request #964 from nasa/open913 2016-05-26 11:47:06 -07:00
forms [Code Style] Run gulp fixstyle 2016-05-19 11:29:13 -07:00
framework [Code Style] Rename shadowing variables 2016-05-20 13:05:32 -07:00
identity [Code Style] Run gulp fixstyle 2016-05-19 11:29:13 -07:00
persistence [Code Style] Rename shadowing variables 2016-05-20 13:05:32 -07:00
policy [Code Style] Run gulp fixstyle 2016-05-19 11:29:13 -07:00
representation Merge pull request #952 from nasa/fix-build-142 2016-05-25 11:49:54 -07:00
search [Code Style] Rename shadowing variables 2016-05-20 13:05:32 -07:00
status [Code Style] Run gulp fixstyle 2016-05-19 11:29:13 -07:00
telemetry [Code Style] Rename shadowing variables 2016-05-20 13:05:32 -07:00
README.md [Structure] Add platform structure 2014-10-27 18:18:50 -07:00

This directory contains all bundles for the Open MCT Web platform, as well as the framework which runs them.