mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
[API] Include revision info in minified openmct
This commit is contained in:
parent
774ae03c3e
commit
1c0999b512
@ -20,6 +20,14 @@
|
|||||||
* at runtime from the About dialog for additional information.
|
* at runtime from the About dialog for additional information.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Open MCT https://nasa.github.io/openmct/
|
||||||
|
* Version @@version
|
||||||
|
* Built @@timestamp
|
||||||
|
* Revision @@revision
|
||||||
|
* Branch @@branch
|
||||||
|
*/
|
||||||
|
|
||||||
(function (root, factory) {
|
(function (root, factory) {
|
||||||
if (typeof define === 'function' && define.amd) {
|
if (typeof define === 'function' && define.amd) {
|
||||||
define([], factory);
|
define([], factory);
|
||||||
|
Loading…
Reference in New Issue
Block a user