diff --git a/gulpfile.js b/gulpfile.js index 91678d245..2aafac7d4 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -92,6 +92,10 @@ catch(error) { var getConfigValues = function() { + if(!config) { + config = defaults; + } + // shorthand base = config.base; clean = config.paths.clean;