Closed omefire closed 7 years ago
@andreypopp , any ideas ?
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.
@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/
.
I added this to README.md
.
Thanks @andreypopp! Closing this issue then..
@andreypopp, Is any of the code in the 'lib' folder in this source code tree ?
While reading through
esy build
source code, I found this code piecerequire('../lib/esy/bin/esy');
in the filehttps://github.com/reasonml/esy/blob/esy/bin/esy.js
. However, I don't see anylib
folder in the source tree. How do I get ahold of the lib folder and keep scrutinizing the code ?