From 9ef80a7d8eda26efa39cb1c5bcf8b8412c61273a Mon Sep 17 00:00:00 2001 From: edwardchiu38 Date: Tue, 4 Jun 2013 16:34:07 -0700 Subject: [PATCH] asset_compilation_fix --- config/ey.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/config/ey.yml b/config/ey.yml index f08e763..567b6b0 100644 --- a/config/ey.yml +++ b/config/ey.yml @@ -1,5 +1,9 @@ -environments: - production: - copy_exclude: - - .git - precompile_assets: false \ No newline at end of file +defaults: + copy_exclude: + - .git + precompile_assets: false + +environments: + production: + copy_exclude: + - .git \ No newline at end of file