Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save olafgleba/5fb9ed09f11d0e2b5329 to your computer and use it in GitHub Desktop.
Save olafgleba/5fb9ed09f11d0e2b5329 to your computer and use it in GitHub Desktop.
Gulpfile with run-sequence
var gulp = require('gulp');
var bs = require('browser-sync').create();
var runSequence = require('run-sequence');
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment