Skip to content

Instantly share code, notes, and snippets.

View nubz's full-sized avatar

Alistair Macdonald nubz

View GitHub Profile
@nubz
nubz / Gruntfile.js
Last active December 16, 2015 01:39 — forked from tanepiper/Gruntfile.js
/*global module:false*/
module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
// Metadata.
pkg: grunt.file.readJSON('package.json'),
aws: grunt.file.readJSON('config/grunt-aws.json'),
datetime: Date.now(),
jshint: {