openmct/platform/features
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
..
clock [Code Style] Run gulp fixstyle 2016-05-19 11:29:13 -07:00
conductor [Code Style] Run gulp fixstyle 2016-05-19 11:29:13 -07:00
imagery [Code Style] Run gulp fixstyle 2016-05-19 11:29:13 -07:00
layout [New Edit Mode] #633 Removed Editing workflow concerns from FixedController, LayoutController 2016-05-20 14:12:24 -07:00
pages Merge branch 'master' into open671 2016-04-08 16:08:19 -07:00
plot [Code Style] Rename shadowing variables 2016-05-20 13:05:32 -07:00
static-markup [Code Style] Run gulp fixstyle 2016-05-19 11:29:13 -07:00
table tutorials: support arbitrary hosting directory (#1097) 2016-07-25 14:38:44 -07:00
timeline Merge pull request #964 from nasa/open913 2016-05-26 11:47:06 -07:00
README.md [Structure] Add platform structure 2014-10-27 18:18:50 -07:00

This directory contains bundles which represent specific user-facing features of Open MCT Web, such as plots and other visualizations. Bundles in this directory should be effectively optional.