Skip to content

Instantly share code, notes, and snippets.

@barnaby
Last active April 17, 2022 12:45
Show Gist options
  • Save barnaby/d81e5ac2bec12eca14e1 to your computer and use it in GitHub Desktop.
Save barnaby/d81e5ac2bec12eca14e1 to your computer and use it in GitHub Desktop.
Takana and gulp.js playing nice
var gulp = require('gulp'),
takana = require('takana');
gulp.task('takana', function() {
takana.run({
path: __dirname,
includePaths: [] // Optional
});
});
@barnaby
Copy link
Author

barnaby commented Jan 11, 2015

Yup, check out mechio/takana-example, this should give you a good idea of how to use takana with gulp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment