Skip to content

Commit 29d182c

Browse files
committed
fix build flags
1 parent 60d0839 commit 29d182c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ var build = function(options) {
259259
});
260260
}));
261261

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

0 commit comments

Comments
 (0)