diff --git a/gulp/conf.js b/gulp/conf.js index 7dc9b25..54bdebc 100644 --- a/gulp/conf.js +++ b/gulp/conf.js @@ -23,7 +23,7 @@ exports.paths = { }; exports.configTheme = function(theme) { exports.paths.theme = theme || "angular-default"; - exports.paths.allSources = [exports.paths.src, exports.paths.theme]; + exports.paths.allSources = [exports.paths.src, path.join(exports.paths.themes, exports.paths.theme)]; exports.paths.dist = path.join("dist", exports.paths.theme); } exports.configTheme(argv.theme); -- libgit2 0.21.2