Fixed paths for phantom
This commit is contained in:
parent
a84f39bb48
commit
a720e5f3b5
|
@ -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 : {
|
||||||
|
|
Loading…
Reference in New Issue