diff --git a/Gulpfile.js b/Gulpfile.js index 2358ba1c..9ada3b45 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -259,7 +259,7 @@ var build = function(options) { }); })); - if (!options.version.includes('-')) { + if (!options.version.includes('-dev')) { compiled.pipe(preprocess({ context: { DEBUG: false } })); }