Skip to content

Instantly share code, notes, and snippets.

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

Miguel Palau shelldandy

🏠
Working from home
View GitHub Profile
#!/bin/bash
font_family="FiraCode-Regular.ttf"
image="logo.jpg"
getMetaTitle (){
tmp=$( ffprobe "$1" 2>&1 | grep title)
echo ${tmp##*:}
}
@shelldandy
shelldandy / gulpfile.js
Last active April 12, 2017 01:16 — 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