jakejs / jake

JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
http://jakejs.com
Apache License 2.0
1.97k stars 190 forks source link

Make bash_completion script location agnostic #353

Open esamattis opened 6 years ago

esamattis commented 6 years ago

Resolves auto_complete.js location using the jake executable location. This way it does not matter where the bash_completion.sh is located. Useful for people who want ship autocomplete files with their own dotfiles repository.

As an example here's mine https://github.com/epeli/vimconfig/tree/3cb91e647a8554e76d0253408c49f39f59830e3d/others