8 ms·
The logger, spawner and cloudant coffeescript files are in the lib folder: https://github.com/heroku/vulcan/tree/master/server/lib https://github.com/heroku/vul
by randometc 14y ago
The logger, spawner and cloudant coffeescript files are in the lib folder: https://github.com/heroku/vulcan/tree/master/server/lib https://github.com/heroku/vulcan/tree/master/server/lib
When the app is created it sets NODE_PATH=lib so the app can find those files without specifying the full path: https://github.com/heroku/vulcan/blob/master/lib/vulcan/cli.rb#L155 https://github.com/heroku/vulcan/blob/master/lib/vulcan/cli....
- themgt 14y agoAhh fantastic, thanks