From ed75e259a87fe476a2dbc3667cbf51819b0d6de2 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Wed, 10 Oct 2012 15:28:22 -0700 Subject: [PATCH] copy bundles directory from .atom to ~/.atom --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 71a5b9a58..829593ede 100644 --- a/Rakefile +++ b/Rakefile @@ -63,6 +63,7 @@ task "create-dot-atom" do `rm -rf "#{DOT_ATOM_PATH}"` `mkdir "#{DOT_ATOM_PATH}"` `cp "#{dot_atom_template_path}/atom.coffee" "#{DOT_ATOM_PATH}"` + `cp "#{dot_atom_template_path}/bundles" "#{DOT_ATOM_PATH}"` for path in Dir.entries(dot_atom_template_path) next if ["..", ".", "atom.coffee", "bundles"].include? path