Skip to content

Instantly share code, notes, and snippets.

View scottmcarthur's full-sized avatar

Scott McArthur scottmcarthur

  • Edinburgh, United Kingdom
View GitHub Profile
/*jshint node:true*/
module.exports = function (grunt) {
'use strict';
grunt.initConfig({
files: {
http : '/',
html: '../application/views',
css : 'stylesheets',