From b49b1704ba8f38950f7e39350f15046e3ad2a9cb Mon Sep 17 00:00:00 2001 From: NickMcSweeney Date: Sat, 27 Jan 2018 16:18:15 -0800 Subject: [PATCH] add coment about building themes. removed log --- app.js | 1 - app.json | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) 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",