Skip to content

Instantly share code, notes, and snippets.

View rbarfoed's full-sized avatar

Rasmus Barfoed rbarfoed

  • Copenhagen, Denmark
View GitHub Profile
// This is the main application configuration file. It is a Grunt
// configuration file, which you can learn more about here:
// https://github.com/cowboy/grunt/blob/master/docs/configuring.md
//
module.exports = function(grunt) {
grunt.initConfig({
// The clean task ensures all files are removed from the dist/ directory so
// that no files linger from previous builds.