Skip to content

Instantly share code, notes, and snippets.

@joshuamilford
joshuamilford / gruntfile.js
Last active September 1, 2016 17:32
My Gruntfile
module.exports = function(grunt) {
grunt.initConfig({
notify: {
watch: {
options: {
title: 'Grunt Watch',
message: 'Good to go!'
}
}
},