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