mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed paths for phantom
This commit is contained in:
@@ -23,16 +23,16 @@ var paths = {
|
|||||||
if (phantom) {
|
if (phantom) {
|
||||||
paths = {
|
paths = {
|
||||||
src : {
|
src : {
|
||||||
root : './src/UI.Phantom/',
|
root : './UI.Phantom/',
|
||||||
templates : './src/UI.Phantom/**/*.hbs',
|
templates : './UI.Phantom/**/*.hbs',
|
||||||
html : './src/UI.Phantom/*.html',
|
html : './UI.Phantom/*.html',
|
||||||
partials : './src/UI.Phantom/**/*Partial.hbs',
|
partials : './UI.Phantom/**/*Partial.hbs',
|
||||||
scripts : './src/UI.Phantom/**/*.js',
|
scripts : './UI.Phantom/**/*.js',
|
||||||
less : ['./src/UI.Phantom/**/*.less'],
|
less : ['./UI.Phantom/**/*.less'],
|
||||||
content : './src/UI.Phantom/Content/',
|
content : './UI.Phantom/Content/',
|
||||||
images : './src/UI.Phantom/Content/Images/**/*',
|
images : './UI.Phantom/Content/Images/**/*',
|
||||||
exclude : {
|
exclude : {
|
||||||
libs : '!./src/UI.Phantom/JsLibraries/**'
|
libs : '!./UI.Phantom/JsLibraries/**'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dest : {
|
dest : {
|
||||||
|
Reference in New Issue
Block a user