Don't link bundles folder

This commit is contained in:
Kevin Sawicki 2012-10-09 18:16:33 -07:00
parent 6dc5a05f35
commit 670da2c9c3

View File

@ -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