mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Don't link bundles folder
This commit is contained in:
2
Rakefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user