Skip to content

Instantly share code, notes, and snippets.

View mitchellmorris's full-sized avatar
🏠
Working from home

Mitchell Morris mitchellmorris

🏠
Working from home
View GitHub Profile
@mitchellmorris
mitchellmorris / Gruntfile.js
Last active January 4, 2018 15:25
This is a custom grunt configuration merged in with generator-angular-fullstack that I have started to use.
//add this after grunt.registerTask('serve', function (target) { ... }
grunt.config.merge({
// Compiles CoffeeScript to JavaScript
coffee: {
modules: {
options: {
sourceMap: false
},
files: [{
expand: true,