diff --git a/app.js b/app.js index f67c9507..824bb48f 100644 --- a/app.js +++ b/app.js @@ -1,7 +1,6 @@ var auth0, lock; // Auth0 vars // load theme -console.log(localStorage.rambox_theme, Ext.isDebugEnabled); if (localStorage.rambox_theme !== "default") Ext.util.CSS.swapStyleSheet("rambox-default-theme", `build/${localStorage.rambox_theme}/production/Rambox/resources/Rambox-all.css`); // Enable Cookies diff --git a/app.json b/app.json index 4909209a..071d2376 100644 --- a/app.json +++ b/app.json @@ -26,6 +26,8 @@ /** * The name of the theme for this application. + * NOTE: to build for alternate theme: + * change theme name -> run compile:build -> move into build/NAME sub-folder -> rename theme in this file to default & recompile */ "theme": "rambox-default-theme",