Workflow for using Gulp & Handlebars templates for banner production
-
You will need to have NodeJs, & Gulp installed globally. Follow the Quick Start guide to get setup.
-
Clone this repo or copy all contents to the root of your project folder.
-
In Terminal - navigate to your project folder and run
npm install
to download all of the npm packages.
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