Skip to content

Instantly share code, notes, and snippets.

@kellishouts
kellishouts / gulp_sass_livereload.md
Last active April 26, 2026 00:01
Gulp + Sass + LiveReload 1.0

Gulp + Sass + LiveReload

This Gist goes over setting up a gulp workflow that will:

  1. watch for any sass changes, then compiles sass source into css
  2. watch for any changes in the public directory, and trigger live-reload
  3. serve static content in public/

@kellishouts
kellishouts / gulp-scss-livereload.md
Last active December 27, 2025 06:18
Gulp + SCSS + LiveReload - Updated 12/18/2015

Gulp + SCSS + LiveReload

This Gist outlines the gulp workflow that will:

  1. watch for any scss changes, then compiles scss source into css
  2. watch for any changes in the public directory, and trigger live-reload
  3. serve static content in public/

This Gist also assumes you already know how to install npm modules, gitignore, create directories and create files via the command line.

@kellishouts
kellishouts / block_family.md
Last active December 27, 2025 06:18
Block Family

Block Family

Set up:

  1. Run gulp. This project uses the Gulp + Livereload + Sass Project boilerplate, however all of this should already be set up for you.

  2. Check that Livereload is running.

  3. Check that sass is compiling. (set a variable, use the variable, then check if gulp compiles to a proper css file)

Red Green Blue

Exercise with Media Queries

Create a standard html5 setup linking an external stylesheet.

index.html
stylesheets/
 styles.css
@kellishouts
kellishouts / usercss-hacked-gmail.css
Last active November 14, 2025 19:58
I Hacked Gmail with an Inbox-Inspired Theme :D
/*--- #3. Hack the Tab Labels ---*/
/* Hide Ugly Tab Labels */
.aAy.aIf-aLe .aKx .aKz,
.aAy.aJi-aLe .aKx .aKz,
.aAy.aH2-aLe .aKx .aKz,
.aAy.aHE-aLe .aKx .aKz{
display: none;
}
@kellishouts
kellishouts / gulp_sass_livereload_foundation.md
Last active April 20, 2023 17:34 — forked from theRemix/README.md
Gulp + Sass + LiveReload + Foundation

Gulp + Scss + LiveReload + Foundation

Goals

Set up a boilerplate Gulp + Scss + LiveReload + Foundation 5 workflow that:

  1. watches for any scss changes, then compiles scss source into css
  2. watches for any changes in the public directory, triggers live-reload
  3. serves your static content in public/
@kellishouts
kellishouts / README.md
Created April 29, 2016 21:47
Setting up SASS (SCSS) files with gulp, gulp-sass, and Browser Sync!

Create a new temp project

  1. $ mkdir sass_gulp_workshop
  2. cd into the new directory
  3. Initialize NPM: $ npm init --yes
  4. Install gulp and gulp-sass packages: $ npm install -D gulp gulp-sass browser-sync
  5. Install gulp globally npm install -g gulp
  6. Recreate this file structure in this directory:
  • public (directory)
    • css (directory)
    • index.html (file)
@kellishouts
kellishouts / connector-profile-fields.md
Created May 29, 2020 15:42
NET / Connector profile fields & their types

Some users don't have a first name/last name or ensemble name though. This is probably related to db syncs.

name fields:

field_first_name
field_last_name
field_ensemble_name

All profile fields and their types:

@kellishouts
kellishouts / net-staff-testing-checklist.md
Last active October 22, 2019 17:26
NET STAFF TESTING - OCT 22, 2019

Name: _________________________________

Email: _________________________________

Username: _________________________________

Start these steps on Oct 22, 2019 or later.

=======================================================================================

@kellishouts
kellishouts / gist:bc59e3050b4f89e78bd6e5854b215194
Last active October 2, 2019 21:29
NET TESTING - SEPT 25, 2019