Skip to content

Instantly share code, notes, and snippets.

@ilimic1
Last active August 29, 2015 14:17
var gulp = require('gulp');
gulp.task('default', function() {
// place code for your default task here
console.log('Hello World');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment