Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.12 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.12 KB

Gulp Compile Handlebars Test

Workflow for using Gulp & Handlebars templates for banner production

Setup

  1. You will need to have NodeJs, & Gulp installed globally. Follow the Quick Start guide to get setup.

  2. Clone this repo or copy all contents to the root of your project folder.

  3. In Terminal - navigate to your project folder and run npm install to download all of the npm packages.

Usage

To run the build

gulp

To run the build automatically each time a file is saved

gulp watch

To build and zip all files

gulp zip

Dependencies