Closed blond closed 9 years ago
ENB config:
module.exports = function(config) { config.task('normal-task', function () { console.log('Task is running...'); }); });
Run the normal-task:
normal-task
$ magic run normal-task
Actual:
Nothing happens.
03:33:55.840 - build started 03:33:55.847 - build finished - 1271ms
Expected:
03:33:55.840 - build started Task is running... 03:33:55.847 - build finished - 1271ms
ENB config:
Run the
normal-task
:Actual:
Nothing happens.
Expected: