Skip to content

Instantly share code, notes, and snippets.

View thmsbkkr's full-sized avatar

Thomas Bakker thmsbkkr

  • https://gorilla.co/
  • Antwerpen, Belgium
View GitHub Profile
var gulp = require('gulp');
var sourcemaps = require('gulp-sourcemaps');
// Automatic browser refreshing with browser-sync
var browserSync = require('browser-sync').create();
// Stylus
var stylus = require('gulp-stylus');
var postStylus = require('poststylus');