From a720e5f3b5cbc8f130ed6eab70f86c63e5938c5b Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 3 Aug 2015 15:41:33 -0700 Subject: [PATCH] Fixed paths for phantom --- gulp/paths.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gulp/paths.js b/gulp/paths.js index ca284c5a2..c9fc7711d 100644 --- a/gulp/paths.js +++ b/gulp/paths.js @@ -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 : {