I have a task in gulp, defined more or less like this:
gulp.task('tarefa', ['a', 'b', 'c'], function () {
console.log("tarefa executada com sucesso");
});
From what I understood from documentation , this code should do the following:...
asked by
03.06.2015 / 14:50