Created
July 19, 2016 01:01
-
-
Save LucasLLLS/f99d16afb1c8a395a3a2898a2dff0d54 to your computer and use it in GitHub Desktop.
Creating a basic gulpfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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