Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am bidwall on github.
  • I am bidwall (https://keybase.io/bidwall) on keybase.
  • I have a public key ASCuzDqGIud8bD4yLxL2HF3uZQCeDQHwxWoofajcyddifwo

To claim this, I am signing this object:

@bidwall
bidwall / gulpfile.js
Created March 14, 2017 20:21
Common Gulpfile for ASP.NET Core web app which uses bootstrap.
"use strict";
var gulp = require('gulp');
var plugins = require("gulp-load-plugins")({
pattern: ['gulp-*', 'gulp.*', 'main-bower-files', 'del'],
replaceString: /\bgulp[\-.]/
});
// configuration