Skip to content

Instantly share code, notes, and snippets.

View pixelcool's full-sized avatar
💭
I may be slow to respond.

pixelcool pixelcool

💭
I may be slow to respond.
View GitHub Profile
@murum
murum / gist:47b35085dfb603d56b82
Created October 23, 2015 07:24
Wordpress gulp with PHP browsersync
///// Plugin Includes /////
var gulp = require('gulp'),
uglify = require('gulp-uglify'),
plumber = require('gulp-plumber'),
concat = require('gulp-concat'),
jshint = require('gulp-jshint'),
autoprefixer = require('gulp-autoprefixer'),
browserSync = require('browser-sync'),
reload = browserSync.reload,
sass = require('gulp-sass');