Skip to content

Instantly share code, notes, and snippets.

@mattginn
mattginn / gulpfile.js
Created April 6, 2017 22:11 — forked from tmslnz/gulpfile.js
Complete example gulpfile.js for gulp-shopify-theme
/*
Streamlined Shopify theme development.
npm install --save-dev yargs gulp gulp-sass gulp-changed gulp-sourcemaps gulp-autoprefixer gulp-uglify gulp-concat gulp-replace gulp-plumber gulp-babel browser-sync gulp-if del gulp-add-src gulp-rename gulp-yaml gulp-shopify-theme
Highlights:
- https proxying via BrowserSync
- autoreload
- sourcemaps support
body {
font-family: system, -apple-system, BlinkMacSystemFont,
"Helvetica Neue", "Lucida Grande";
}