From 3a54d0b8a9915e7db8a1e1d18220c40ccf028e46 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 29 May 2013 18:47:34 -0700 Subject: [PATCH] :lipstick: --- Gruntfile.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 4ea686dc5..2df520445 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -128,8 +128,7 @@ module.exports = (grunt) -> 'spec' 'vendor' ] - for directory in directories - cp directory, path.join(APP_DIR, directory) + cp directory, path.join(APP_DIR, directory) for directory in directories cp 'src', path.join(APP_DIR, 'src'), filter: /.+\.(cson|coffee|less)$/ cp 'static', path.join(APP_DIR, 'static'), filter: /.+\.less$/