Browse Source

corrige entrada doo sapl-oficial-theme para instalação trivial

pull/2485/head
Leandro Roberto 7 years ago
parent
commit
1cd42a0fb5
  1. 2
      sapl-frontend/package.json
  2. 2
      sapl-frontend/src/global/main.js
  3. 4
      sapl-frontend/vue.config.js

2
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",

2
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",

4
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

Loading…
Cancel
Save