Skip to content

Instantly share code, notes, and snippets.

View marcDeSantis's full-sized avatar

Marc DeSantis marcDeSantis

View GitHub Profile
@marcDeSantis
marcDeSantis / gulpfile.js
Created June 13, 2019 17:02
VueJS SharePoint Framework
'use strict'
// check if gulp dist was called
if (process.argv.indexOf('dist') !== -1) {
// add ship options to command call
process.argv.push('--ship')
}
const path = require('path')
const gulp = require('gulp')