jordwalke / esy-issues

Easy ISSUES
MIT License
49 stars 5 forks source link

`Lib` folder missing in source code #93

Closed omefire closed 7 years ago

omefire commented 7 years ago

While reading through esy build source code, I found this code piece require('../lib/esy/bin/esy'); in the file https://github.com/reasonml/esy/blob/esy/bin/esy.js. However, I don't see any lib folder in the source tree. How do I get ahold of the lib folder and keep scrutinizing the code ?

omefire commented 7 years ago

@andreypopp , any ideas ?

omefire commented 7 years ago

I did see a lib directory here: /Users/omefire/.nvm/versions/node/v7.2.1/lib/node_modules/esy/lib/esy/bin/esy.js.

I don't know whether I can get a local one that's related to my local install.

andreypopp commented 7 years ago

@omefire oops, contributing instructions are missing make build step — it should produce lib/ directory. Also there's make watch command which starts a watcher which continiously rebuild lib/ on changes to src/.

andreypopp commented 7 years ago

I added this to README.md.

omefire commented 7 years ago

Thanks @andreypopp! Closing this issue then..

omefire commented 7 years ago

@andreypopp, Is any of the code in the 'lib' folder in this source code tree ?