Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/a720e5f3b5cbc8f130ed6eab70f86c63e5938c5b You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed paths for phantom

pull/2/head
Mark McDowall 10 years ago
parent a84f39bb48
commit a720e5f3b5

@ -23,16 +23,16 @@ var paths = {
if (phantom) {
paths = {
src : {
root : './src/UI.Phantom/',
templates : './src/UI.Phantom/**/*.hbs',
html : './src/UI.Phantom/*.html',
partials : './src/UI.Phantom/**/*Partial.hbs',
scripts : './src/UI.Phantom/**/*.js',
less : ['./src/UI.Phantom/**/*.less'],
content : './src/UI.Phantom/Content/',
images : './src/UI.Phantom/Content/Images/**/*',
root : './UI.Phantom/',
templates : './UI.Phantom/**/*.hbs',
html : './UI.Phantom/*.html',
partials : './UI.Phantom/**/*Partial.hbs',
scripts : './UI.Phantom/**/*.js',
less : ['./UI.Phantom/**/*.less'],
content : './UI.Phantom/Content/',
images : './UI.Phantom/Content/Images/**/*',
exclude : {
libs : '!./src/UI.Phantom/JsLibraries/**'
libs : '!./UI.Phantom/JsLibraries/**'
}
},
dest : {

Loading…
Cancel
Save