openmct/platform
Pete Richards 1147f3aa47 tutorials: support arbitrary hosting directory (#1097)
* Include all bundles in artifact

change bundle registry such that all bundles are immediately registered,
but must be specifically enabled.  A default registry class enables bundles
that make sense for demonstration purposes.

Added methods to the registry to allow enabling and disabling of bundles
without having to load additional files.

* support alternate asset/worker paths

Change the gulp glob for assets to copy over a more minimal
set of files-- only css, fonts, and images.  Results in a
smaller distributable archive.

Update stylesheet loader to use a constant for the assets path.

This can be customized at run time via MCT.setAssetPath() to
allow MCT to be hosted in various locations.

Update worker loader to support loading workers from blobs to
support packaging as standalone file.

* Load templates via requirejs

* [gulp] lazy-require where reasonable

Require things right before starting tasks to reduce gulp start up time.

* document setAssetPath
2016-07-25 14:38:44 -07:00
..
commonUI tutorials: support arbitrary hosting directory (#1097) 2016-07-25 14:38:44 -07:00
containment [Code Style] Run gulp fixstyle 2016-05-19 11:29:13 -07:00
core [API] Draft Composition API (#1068) 2016-07-22 13:53:03 -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 tutorials: support arbitrary hosting directory (#1097) 2016-07-25 14:38:44 -07:00
exporters [Code Style] Run gulp fixstyle 2016-05-19 11:29:13 -07:00
features tutorials: support arbitrary hosting directory (#1097) 2016-07-25 14:38:44 -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 tutorials: support arbitrary hosting directory (#1097) 2016-07-25 14:38:44 -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.