Skip to content

Instantly share code, notes, and snippets.

View joemottershaw's full-sized avatar
🏠
Working from home

Joe Mottershaw joemottershaw

🏠
Working from home
  • Aventus
  • The English Riviera
View GitHub Profile
@derekmorash
derekmorash / gulpfile.js
Last active February 13, 2023 08:04
Gulp task to compile Shopify Liquid tags in SASS with Autoprefixer
var gulp = require('gulp');
var sass = require('gulp-sass');
var replace = require('gulp-replace');
var autoprefixer = require('gulp-autoprefixer');
var concat = require('gulp-concat');
gulp.task('compilesass', function() {
// root SASS file (contains all your includes)
return gulp.src('./sass/style.scss')
// compile SASS to CSS