Update manifest.json
This Github file has an error at the end. So when I try to deploy with git on my plesk it doesn't even load the setup page. Conflict problem on the call of the CSS file. I made a very slight correction that now makes it work. This is my first contribution on github (and in open source in general) so please be indulgent if it is not done in the rules. Thank you ;) Signed-off-by: HansGruber51 <122012968+HansGruber51@users.noreply.github.com>
This commit is contained in:
parent
9bec99b7d2
commit
33c68b628d
|
|
@ -372,11 +372,7 @@
|
||||||
"src": "resources/js/setup/setup.js"
|
"src": "resources/js/setup/setup.js"
|
||||||
},
|
},
|
||||||
"resources/sass/app.scss": {
|
"resources/sass/app.scss": {
|
||||||
<<<<<<< HEAD
|
|
||||||
"file": "assets/app-039bd735.css",
|
"file": "assets/app-039bd735.css",
|
||||||
=======
|
|
||||||
"file": "assets/app-9454bf28.css",
|
|
||||||
>>>>>>> v5-develop
|
|
||||||
"isEntry": true,
|
"isEntry": true,
|
||||||
"src": "resources/sass/app.scss"
|
"src": "resources/sass/app.scss"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue