mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 23:59:22 +03:00
Don't link bundles folder
This commit is contained in:
parent
6dc5a05f35
commit
670da2c9c3
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
|
||||
|
Loading…
Reference in New Issue
Block a user