openmct/example
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
..
builtins [API Refactor] Remove bundle.json files 2016-01-08 15:32:18 -08:00
composite [API Refactor] Remove bundle.json files 2016-01-08 15:32:18 -08:00
eventGenerator [Examples] #921 changed text in event generator example 2016-05-11 12:35:44 -07:00
export [Style] Pull functions out of loop 2016-03-01 13:25:37 -08:00
extensions [API Refactor] Remove bundle.json files 2016-01-08 15:32:18 -08:00
forms [API Refactor] Remove bundle.json files 2016-01-08 15:32:18 -08:00
generator [Frontend] Added priority 2016-03-24 12:05:10 -07:00
identity [API Refactor] Remove bundle.json files 2016-01-08 15:32:18 -08:00
imagery [Frontend] Added priority 2016-03-24 12:05:10 -07:00
mobile [Build] Switch compass to bourbon 2016-02-22 18:02:16 -08:00
msl tutorials: support arbitrary hosting directory (#1097) 2016-07-25 14:38:44 -07:00
notifications [Frontend] Markup, CSS changes 2016-02-26 16:48:23 -08:00
persistence [API Refactor] Remove bundle.json files 2016-01-08 15:32:18 -08:00
plotOptions [Frontend] Added priority 2016-03-24 12:05:10 -07:00
policy [API Refactor] Remove bundle.json files 2016-01-08 15:32:18 -08:00
profiling [API Refactor] Remove bundle.json files 2016-01-08 15:32:18 -08:00
scratchpad [API Refactor] Remove bundle.json files 2016-01-08 15:32:18 -08:00
taxonomy [API Refactor] Remove bundle.json files 2016-01-08 15:32:18 -08:00
worker [API Refactor] Remove bundle.json files 2016-01-08 15:32:18 -08:00
README.md [Structure] Add platform structure 2014-10-27 18:18:50 -07:00

This directory is for example bundles, which are intended to illustrate how to author new software components using Open MCT Web.