Skip to content

Instantly share code, notes, and snippets.

View gmcz's full-sized avatar
👷‍♂️
Let's Build This!

Greg Colker gmcz

👷‍♂️
Let's Build This!
  • ~nimnum-wisdev
View GitHub Profile
@gmcz
gmcz / keybase.md
Created May 18, 2018 12:01
Keybase Verification

Keybase proof

I hereby claim:

  • I am gmcz on github.
  • I am gmcz (https://keybase.io/gmcz) on keybase.
  • I have a public key ASAPzf0w49ulVC4IziVg7yKJOPiaZsQgcnb__J9E45Fwhgo

To claim this, I am signing this object:

@gmcz
gmcz / webpack.mix.js
Last active July 4, 2019 16:14
Webpack config for Statamic, Tailwind CSS, and PurgeCSS
const {mix} = require('laravel-mix');
const tailwindcss = require('tailwindcss');
const glob = require('glob-all');
const PurgecssPlugin = require('purgecss-webpack-plugin');
mix
.js('js/src/theme-name.js', 'js/theme-name.js')
.sass('sass/theme-name.scss', 'css')
.options({
processCssUrls: false,
@gmcz
gmcz / #MakeTwitterGreatAgain.md
Last active July 22, 2016 00:44
A simpe regex filter for the 2016 American Presidential Election.

(?i)(politics|republican|election|debate|presidential|democrat|obama|romney|hillary|clinton|bernie|sanders|trump|drumpf|rubio|cruz|kasich|jeb|bush|primary|primaries|gop|dnc)

For use with Tweetbot for iOS or Mac. Go to your mute filters, and add the above line as a keyword. Be sure to select "Regular Expression".

If you have any suggestions, please tweet meor leave a comment below.

@GMCz