A collection of gulp tasks(ES2015) used in our boilerplate to be able to update tasks independently of the projects.
Install from github using npm
npm install --save-dev kopfwelt/gulp-tasks
Tasks are devided into main tasks that provide a facade to subtasks.
- Templates
Compiles handlebars templates to html using layouts and i18next helpers.
Usage
gulp.task('templates', ['handlebars']);
Config
{
"templates" : {
"handlebars" : {
}
}
}
Basic tests using mocha, chai:
npm test