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