Skip to content

Instantly share code, notes, and snippets.

@justinmc
Created February 24, 2014 00:52
Show Gist options
  • Save justinmc/9179795 to your computer and use it in GitHub Desktop.
Save justinmc/9179795 to your computer and use it in GitHub Desktop.
Sample Gulpfile - Hello World
var gulp = require('gulp');
gulp.task('default', function() {
console.log('Hello world.');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment