openmct/platform
Pete Richards 0d53898af9 Build refactor to webpack (#2139)
* Move to webpack build
* Use webpack for building openmct.  Move SCSS to one folder and load
all core css up front.  Remove bower, begin removing gulp in favor
of npm run.
* Uses eslint instead of jshint and jscs.  Merge style checking rules
into .eshintrc.js, carrying over core parts of crockford style and
our adaptations.  Current code base fails to pass the linter, want
to separate linter changes from fixes to linting rules.
* Support for Vue SFC with example
* Remove outdated examples
* Use HTML loader for html (supports relative imports of resources e.g.
images) and raw-loader for when javascript must be loaded as text.
2018-08-07 14:47:50 -07:00
..
commonUI Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
containment Update test specs to use Jasmine 3 (#2089) 2018-06-29 17:32:59 -07:00
core Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
data [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00
entanglement Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
execution Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
exporters Update test specs to use Jasmine 3 (#2089) 2018-06-29 17:32:59 -07:00
features Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
forms Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
framework Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
identity Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
import-export Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
persistence Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
policy Update test specs to use Jasmine 3 (#2089) 2018-06-29 17:32:59 -07:00
representation Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
search Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
status Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
telemetry Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
README.md [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00

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