Skip to content

Instantly share code, notes, and snippets.

@LucasLLLS
Created July 19, 2016 01:01
Show Gist options
  • Select an option

  • Save LucasLLLS/f99d16afb1c8a395a3a2898a2dff0d54 to your computer and use it in GitHub Desktop.

Select an option

Save LucasLLLS/f99d16afb1c8a395a3a2898a2dff0d54 to your computer and use it in GitHub Desktop.
Creating a basic gulpfile
var gulp = require('gulp');
gulp.task('nome da tarefa', function(){
//aqui serão inseridos os comandos;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment