Skip to content

Instantly share code, notes, and snippets.

View criscom's full-sized avatar

Christoph Potzinger criscom

View GitHub Profile
@criscom
criscom / gulpfile.js
Created April 26, 2016 19:24 — forked from joelpittet/gulpfile.js
Drupal Theme Gulp'd
// Include gulp
var gulp = require('gulp');
// Include Our Plugins
var jshint = require('gulp-jshint');
var sass = require('gulp-sass');
var concat = require('gulp-concat');
var uglify = require('gulp-uglify');
var rename = require('gulp-rename');
var compass = require('gulp-compass');
@criscom
criscom / sublime-text-useful-shortcuts.md
Last active October 15, 2018 18:27 — forked from lucasfais/gist:1207002
#sublime-text-3: useful shortcuts

Sublime Text 3 - Useful Shortcuts (Mac OS X)

last update: 20181015

terminology:

super = cmd / ⌘
^ = ctrl

Pro Tips