Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View parhumm's full-sized avatar

Parhum Khoshbakht parhumm

View GitHub Profile
@parhumm
parhumm / gulpfile.js
Last active August 29, 2015 04:51 — forked from par6n/gulpfile.js
Git handler through Gulp, read hive.ir or contact me for more details.
// Example for handling git through gulp. Useful receipt for sometimes ;)
// hive.ir - made by Ehsaan <iehsan.ir@gmail.com>
// gulpfile.js
var gulp = require( 'gulp' );
var git = require( 'gulp-git' );
var minifyCss = require( 'gulp-minify-css' );
var uglify = require( 'gulp-uglify' );
var concat = require( 'gulp-concat' );
var fs = require( 'fs' );