Skip to content

Instantly share code, notes, and snippets.

View wonky-tech's full-sized avatar

Morgan Richard Tamplin wonky-tech

View GitHub Profile
@wonky-tech
wonky-tech / gruntfile
Created November 9, 2015 20:09 — forked from lgladdy/gruntfile
This is the gruntfile that powers gladdy.co.uk. It's for the blog post here: http://www.gladdy.co.uk/blog/2014/04/13/using-uncss-and-grunt-uncss-with-wordpress/
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
uglify: {
options: {
sourceMap: true,
sourceMapIncludeSources: true,
sourceMapIn: 'js/app.coffee.js.map'
},
@wonky-tech
wonky-tech / .gitignore
Last active August 29, 2015 14:26 — forked from salcode/.gitignore
.gitignore file for WordPress - Bare Minimum Git
# -----------------------------------------------------------------
# .gitignore for WordPress
# Bare Minimum Git
# http://ironco.de/bare-minimum-git/
# ver 20150227
#
# This file is tailored for a WordPress project
# using the default directory structure
#
# This file specifies intentionally untracked files to ignore