UNPKG

build-boiler

Version:

Build Boilerplate using Webpack, Eslint, Assemble, Nunjucks, and BrowserSync

15 lines (12 loc) 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (gulp) { gulp.Gulp.prototype.__runTask = gulp.Gulp.prototype._runTask; gulp.Gulp.prototype._runTask = function (task) { this.currentTask = task; this.__runTask(task); }; }; module.exports = exports['default'];