mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 20:28:14 +00:00
[Build] Add compatibility with text plugin
Allow templates to be loaded via the text plugin, which in turn will allow these to be built into the final JS artifact.
This commit is contained in:
@ -74,7 +74,7 @@ define(
|
||||
var key = template.key;
|
||||
// First found should win (priority ordering)
|
||||
templateMap[key] =
|
||||
templateMap[key] || templateLinker.getPath(template);
|
||||
templateMap[key] || template;
|
||||
});
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user