Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.03 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.03 KB

#gulp-tasks Build Status Dependencies

A collection of gulp tasks(ES2015) used in our boilerplate to be able to update tasks independently of the projects.

Install

Install from github using npm

npm install --save-dev kopfwelt/gulp-tasks

Tasks

Tasks are devided into main tasks that provide a facade to subtasks.

Templates

Handlebars 'handlebars'

Compiles handlebars templates to html using layouts and i18next helpers.

Usage

gulp.task('templates', ['handlebars']);

Config

{
	"templates" : {
		"handlebars" : {
		}
	}
}

Tests

Basic tests using mocha, chai:

npm test