Skip to content

Instantly share code, notes, and snippets.

@dleitee
Last active September 21, 2015 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dleitee/7af3bffa6d0125578078 to your computer and use it in GitHub Desktop.
Save dleitee/7af3bffa6d0125578078 to your computer and use it in GitHub Desktop.
Initial gulpfile.js
var gulp = require('gulp');
gulp.task('default', function() {
// Código a ser executado.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment