I'm new to node and nodejitsu and I'm trying to deploy a very simple application which uses node-static to serve a file which is stored in a folder './Scripts'
This works fine locally, however when I attempt to access the file from jit.su the file is not found.
I expect this is a problem with my package.json file, could you point me in the right direction with this please? How should I go about deploying the './Scripts' folder and its contents to nodejitsu?
Thanks!