Skip to content

Instantly share code, notes, and snippets.

View datencoach's full-sized avatar

stade.digital Thomas Rackow datencoach

View GitHub Profile
@dezoito
dezoito / gulpfile.js
Created January 4, 2016 19:24
Super simple Django + BrowserSync Gulpfile
// Assuming you already have NodeJS, npm and gulp installed
// and followed instructions at:
// https://www.browsersync.io/docs/gulp/
//
// save this file at <<DJANGO PROJECT ROOT>>
// on your terminal:
// $ cd <<DJANGO PROJECT ROOT>>
// $ gulp
// this will open a browser window with your project