Deathnerd / gulp-templating

A quick and dirty gulp templating solution complete with examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp-templating

A quick and dirty gulp templating solution complete with examples. Uses Swig and Gulp-Usemin to process templates

Install

Simply run npm install in the root directory and bower install in the src directory

Usage

Run the default task (gulp) to start a Browser-Sync session that watches the ./dist folder for and triggers the build task when source files are changed. Also reloads the browser when the build is done. Run the build task (gulp build) to manually run the build. Enjoy!

Links worth mentioning

https://www.npmjs.com/package/gulp-swig http://paularmstrong.github.io/swig/docs/ https://www.npmjs.com/package/gulp-usemin/

About

A quick and dirty gulp templating solution complete with examples

License:MIT License


Languages

Language:JavaScript 59.9%Language:HTML 37.4%Language:CSS 2.7%