Archive

Application Setup & Build Process

var cmd = require(‘node-cmd’); var gulp = require(‘gulp’); const fs = require(‘fs’); var shell = require(‘shelljs’); var silentState = shell.config.silent; shell.config.silent = true; shell.config.async = false; var tld;…

execute custom gulp file

gulp –gulpfile gulp-project-file-name.js gulp –gulpfile gulp-other-project-file-name.js