Skip to content

Instantly share code, notes, and snippets.

View ansargondal's full-sized avatar

Ansar Gondal ansargondal

  • DevDimensions
  • Lahore, Pakistan
View GitHub Profile
let gulp = require('gulp'),
sass = require('gulp-sass'),
header = require('gulp-header'),
cleanCSS = require('gulp-clean-css'),
rename = require("gulp-rename"),
uglify = require('gulp-uglify'),
watch = require('gulp-watch'),
browserSync = require('browser-sync').create();