Skip to content

Instantly share code, notes, and snippets.

View cyclopslabs's full-sized avatar

Paul Williams cyclopslabs

View GitHub Profile
@cyclopslabs
cyclopslabs / Sample Gruntfile
Last active January 4, 2016 14:39
Sample Gruntfile.js
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
concat: {
options: {
separator: ';'
},
dist: {
src: ['js/**/*.js', 'js/*.js'],