Skip to content

Instantly share code, notes, and snippets.

@stell
stell / gulpfile.js
Created October 27, 2015 15:54
Grav Learn Template (B01 Copy)
// Include gulp
var gulp = require('gulp');
var sass = require('gulp-sass');
var bs = require('browser-sync').create();
gulp.task('bs', function () {
var files = [
'user/pages/**/*.md',
'user/pages/**/*.png',
'user/themes/b01/**/*.css'