Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jdanylko's full-sized avatar
😉
Wait til you see the next C# post...

Jonathan Danylko jdanylko

😉
Wait til you see the next C# post...
View GitHub Profile
@jdanylko
jdanylko / gulpfile.js
Created June 12, 2023 12:32
Default Setup for Visual Studio/TaskRunner
/// <binding BeforeBuild='build' />
const { series, parallel } = require('gulp');
var path = require('path'),
gulp = require('gulp'),
gp_clean = require('gulp-clean'),
gp_sass = require('gulp-sass')(require("sass")),
sourcemaps = require('gulp-sourcemaps'),
uglify = require("gulp-uglify"),
buffer = require('vinyl-buffer'),