Skip to content

Commit

Permalink
fix build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Sep 19, 2016
1 parent 60d0839 commit 29d182c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ var build = function(options) {
});
}));

if (!options.version.includes('-')) {
if (!options.version.includes('-dev')) {
compiled.pipe(preprocess({ context: { DEBUG: false } }));
}

Expand Down

0 comments on commit 29d182c

Please sign in to comment.