Skip to content

Instantly share code, notes, and snippets.

@jdewit
jdewit / Gruntfile.js
Last active December 14, 2015 09:38
Gruntfile.js
'use_strict';
var path = require('path'),
lrSnippet = require('grunt-contrib-livereload/lib/utils').livereloadSnippet,
folderMount = function folderMount(connect, point) {
return connect.static(path.resolve(point));
};
module.exports = function(grunt) {