UNPKG

ima-gulp-tasks

Version:

Default gulp tasks for IMA.js applications.

10 lines (7 loc) 253 B
// This file contains the shared state of gulp tasks, so that we wouldn't have // to resort to using globals. // // Please try to keep this file as small as possible to improve // maintainability. exports.watchEvent = null; exports.watchMode = false;