Skip to content

kopfwelt/gulp-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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