luvit / lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.
http://lit.luvit.io/
Apache License 2.0
245 stars 58 forks source link

Fix local deps not being used consistently #188

Closed squeek502 closed 8 years ago

squeek502 commented 8 years ago

Closes #184. Tested and working, see https://travis-ci.org/squeek502/luvit/jobs/140012772 (no dependencies fetched from remote)

f57e2a4 is needed because the lit deps were also being fetched on Travis and locally on my Windows machine. Here's an example build without that fix included: https://travis-ci.org/squeek502/luvit/jobs/140010976

Let me know if the solutions can be improved.

creationix commented 8 years ago

Nice work!