This repository was archived by the owner on Aug 2, 2018. It is now read-only.

Description
I'm using duo in a gulp build script. I've been a little behind on updating, and have begon updating to the latest duo version (pr here, and duo build script). However, from what I understand duo now needs to be run with the node --harmony-generators flag.
Which is a problem for me, since I'm using gulp and not node directly. Now I can get everything to work as expected by running:
node --harmony-generators node_modules/gulp/bin/gulp.js build
But of course, I'd just like to be able to use gulp build. Is there a way solve this from within duo, without modifying my entire build process? I'm asking here because this is sort of a duo-specific requirement, and I'd like to solve this as close to duo as possible.