Skip to content

Commit

Permalink
refactor: deleted assets/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Halbronn committed May 22, 2024
1 parent b72f621 commit ce90ee9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ mkdir -p "$out_dir/node/cursorless-neovim/out"

# copy .lua and .vim dependencies as well as other static files
cp -r "$in_dir/README.md" "$out_dir/"
cp -r "$in_dir/assets" "$out_dir/"
cp -r "$in_dir/lua" "$out_dir/"
cp -r "$in_dir/vim" "$out_dir/"
cp -r "$in_dir/node/command-server" "$out_dir/node/"
Expand Down
3 changes: 1 addition & 2 deletions scripts/deploy-cursorless-nvim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ out_dir=dist/cursorless.nvim-remote

# Delete the old files
cd "$out_dir"
git rm -r README.md assets/ lua/ vim/ node/
git rm -r README.md lua/ vim/ node/
cd -

#
Expand All @@ -19,7 +19,6 @@ cd -

# copy .lua, .vim dependencies, command-server and other static files
cp -r cursorless.nvim/README.md "$out_dir/"
cp -r cursorless.nvim/assets "$out_dir/"
cp -r cursorless.nvim/lua "$out_dir/"
cp -r cursorless.nvim/vim "$out_dir/"
cp -r cursorless.nvim/node "$out_dir/"
Expand Down

0 comments on commit ce90ee9

Please sign in to comment.