Skip to content

Instantly share code, notes, and snippets.

@janwirth
Last active August 29, 2015 14:23
Show Gist options
  • Save janwirth/a7a462cfb7c20c861fb6 to your computer and use it in GitHub Desktop.
Save janwirth/a7a462cfb7c20c861fb6 to your computer and use it in GitHub Desktop.
// Note the new way of requesting CoffeeScript since 1.7.x
require('coffee-script/register');
// This bootstraps your Gulp's main file
require('./Gulpfile.coffee');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment