diff --git a/platform/framework/src/Constants.js b/platform/framework/src/Constants.js new file mode 100644 index 0000000000..1c14b2c248 --- /dev/null +++ b/platform/framework/src/Constants.js @@ -0,0 +1,10 @@ +/*global define*/ + +/** + * Constants used by the framework. + */ +define({ + MODULE_NAME: "OpenMCTWeb", + BUNDLE_LISTING_FILE: "bundles.json", + BUNDLE_FILE: "bundle.json" +}); \ No newline at end of file