From 52aee1d0502da94dd4610a02050996d34cd38ea8 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 27 Jun 2013 09:11:15 -0700 Subject: [PATCH] :lipstick: --- Gruntfile.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index cf7920ecc..2d0e1da1a 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -16,7 +16,6 @@ module.exports = (grunt) -> coffee: options: sourceMap: true - glob_to_multiple: expand: true src: [ @@ -61,7 +60,6 @@ module.exports = (grunt) -> level: 'error' max_line_length: level: 'ignore' - src: [ 'dot-atom/**/*.coffee' 'src/**/*.coffee'