Skip to content

Instantly share code, notes, and snippets.

@johnkingzy
Created February 19, 2018 22:33
Show Gist options
  • Save johnkingzy/d128d94bb011ae4409602ea02f1a4f6b to your computer and use it in GitHub Desktop.
Save johnkingzy/d128d94bb011ae4409602ea02f1a4f6b to your computer and use it in GitHub Desktop.
Intial Gulp file
var gulp = require("gulp");
var rename = require("gulp-rename");
var clean = require("gulp-clean");
var fs = require("fs");
var cheerio = require("cheerio");
var ts = require("typescript");
gulp.task("dist", function() {
// task operations - begin
// task operations - ends
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment