Commit Graph

5 Commits

Author SHA1 Message Date
Pete Richards
5219f5394e Add alias for styles directory 2018-08-08 15:13:28 -07:00
Pete Richards
ab18bb3484 Revert "temporarily use file loader for live-reload via plugin"
This reverts commit 2f54f404c2.
2018-08-08 13:48:27 -07:00
Pete Richards
0fa09e31a6 WIP new styles 2018-08-08 10:30:11 -07:00
Pete Richards
2f54f404c2 temporarily use file loader for live-reload via plugin 2018-08-08 10:29:23 -07:00
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