This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copy the root level templates folder [sitename]/js/src/templates into your theme [sitename]/includes/themes/[themename]/js/src/templates | |
// Modify the templates and run gulp inside the theme to combine all .hbs, compile, and minify the handlebars template | |
//Destinations | |
var destJS = 'compiled/js'; | |
//Gulp plugins | |
var gulp = require('gulp'), | |
uglify = require('gulp-uglify'), | |
concat = require('gulp-concat'), |