Skip to content

Instantly share code, notes, and snippets.

@mkormendy
Forked from barnaby/gulpfile.js
Last active August 29, 2015 14:10
Show Gist options
  • Save mkormendy/ce3a5412173163f22fa4 to your computer and use it in GitHub Desktop.
Save mkormendy/ce3a5412173163f22fa4 to your computer and use it in GitHub Desktop.
var gulp = require('gulp'),
takana = require('takana');
gulp.task('takana', function() {
takana.run({
path: __dirname,
includePaths: [] // Optional
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment