joshuafcole / keymapper

Find all existing shortcuts in one convenient place.
MIT License
7 stars 2 forks source link

Can't install using proxy behind corporate firewall #10

Open rtalexander opened 10 years ago

rtalexander commented 10 years ago

For whatever reason, I cannot install Keymapper using LT's plugin manager (nor any other plugin, for that matter). So I installed it manual by cloning the git repository. However, the following message is output to LT's console:

Error loading JS file: /Users/rogealex/Library/Application Support/LightTable/plugins/keymapper/keymapper_compiled.js : Error: ENOENT, no such file or directory '/Users/rogealex/Library/Application Support/LightTable/plugins/keymapper/keymapper_compiled.js'

Could you possibly add the compiled js to the repository?

Thanks,

Roger Alexander.

joshuafcole commented 10 years ago

Hey roger, Sorry to hear about the firewall. I try not to commit compiled code into repositories where possible since it bloats the repo quite a bit (small source changes can have a big effect on compiled output, and usually at least double the size of each change). In my testing LT always seemed to recompile for me in cases where I started it up without the compiled artifacts present. Have you tried restarting LT?

If we can't find a proper way around it, I'll cut a release branch off master that contains compiled artifacts that you can pull from.

Cheers, Josh