Last active
August 29, 2015 14:23
-
-
Save janwirth/a7a462cfb7c20c861fb6 to your computer and use it in GitHub Desktop.
gulpfile for coffeescript - forked from http://pem-musing.blogspot.de/2014/02/a-gulp-of-coffee-your-gulpfile-in.html
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
// 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