From 1cd42a0fb5647db88debe1ad072169c9a3e32621 Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Sun, 27 Jan 2019 21:35:51 -0200 Subject: [PATCH] =?UTF-8?q?corrige=20entrada=20doo=20sapl-oficial-theme=20?= =?UTF-8?q?para=20instala=C3=A7=C3=A3o=20trivial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl-frontend/package.json | 2 +- sapl-frontend/src/global/main.js | 2 ++ sapl-frontend/vue.config.js | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sapl-frontend/package.json b/sapl-frontend/package.json index 746cede17..c06ec9dde 100644 --- a/sapl-frontend/package.json +++ b/sapl-frontend/package.json @@ -19,7 +19,7 @@ "jquery-ui-themes": "^1.12.0", "lodash": "^4.17.11", "popper.js": "^1.14.6", - "sapl-oficial-theme": "../../sapl-oficial-theme", + "sapl-oficial-theme": "https://github.com/interlegis/sapl-oficial-theme", "tinymce": "^4.9.2", "tinymce-light-skin": "^1.3.1", "vue": "^2.5.21", diff --git a/sapl-frontend/src/global/main.js b/sapl-frontend/src/global/main.js index 4fbed23f4..0a286c39d 100644 --- a/sapl-frontend/src/global/main.js +++ b/sapl-frontend/src/global/main.js @@ -13,3 +13,5 @@ require('imports-loader?window.jQuery=jquery!./jquery.runner.js') window.autorModal() window.refreshMask() + +// "sapl-oficial-theme": "../../sapl-oficial-theme", diff --git a/sapl-frontend/vue.config.js b/sapl-frontend/vue.config.js index 53410d8f1..cf4ff1030 100644 --- a/sapl-frontend/vue.config.js +++ b/sapl-frontend/vue.config.js @@ -71,8 +71,8 @@ module.exports = { config .entry(THEME_CUSTOM) - .add('./src/theme-dev/main.js') - // .add(THEME_CUSTOM + '/src/main.js') + // .add('./src/theme-dev/main.js') + .add(THEME_CUSTOM + '/src/main.js') .end() config