Skip to content

Instantly share code, notes, and snippets.

View goldcaddy77's full-sized avatar
💭
3Play is hiring! Email me if interested.

Dan Caddigan goldcaddy77

💭
3Play is hiring! Email me if interested.
View GitHub Profile
@OverZealous
OverZealous / build.config.js
Last active June 21, 2021 04:12
Preliminary Gulpfile for replicating ngBoilerplate — Still a work in progress!
/**
* This file/module contains all configuration for the build process.
*/
/**
* Load requires and directory resources
*/
var join = require('path').join,
bowerrc = JSON.parse(require('fs').readFileSync('./.bowerrc', {encoding: 'utf8'})),
bowerJSON = bowerrc.json.replace(/^\.?\/?/, './'),