Commit fc00c119fc9857907967ca897088d995eeb8decf

Authored by Victor Costa
2 parents f7e10684 ea217b65

Merge branch 'master' into staging

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -23,7 +23,7 @@ exports.paths = { @@ -23,7 +23,7 @@ exports.paths = {
23 }; 23 };
24 exports.configTheme = function(theme) { 24 exports.configTheme = function(theme) {
25 exports.paths.theme = theme || "angular-default"; 25 exports.paths.theme = theme || "angular-default";
26 - exports.paths.allSources = [exports.paths.src, exports.paths.theme]; 26 + exports.paths.allSources = [exports.paths.src, path.join(exports.paths.themes, exports.paths.theme)];
27 exports.paths.dist = path.join("dist", exports.paths.theme); 27 exports.paths.dist = path.join("dist", exports.paths.theme);
28 } 28 }
29 exports.configTheme(argv.theme); 29 exports.configTheme(argv.theme);