diff --git a/Rakefile b/Rakefile index accf15ec2..e85345c48 100644 --- a/Rakefile +++ b/Rakefile @@ -65,7 +65,7 @@ task "create-dot-atom" do `cp "#{dot_atom_template_path}/atom.coffee" "#{DOT_ATOM_PATH}"` for path in Dir.entries(dot_atom_template_path) - next if ["..", ".", "atom.coffee"].include? path + next if ["..", ".", "atom.coffee", "bundles"].include? path `ln -s "#{dot_atom_template_path}/#{path}" "#{DOT_ATOM_PATH}"` end end