I make changes and add new files to the public / directory inside my Node.js application hosted with Parse Cloud Code. However, Parse does not seem to be tracking these changes when I do a โparsing parsingโ. If I make changes to the main Node.js application, Parse tracks these changes.
Unfortunately, the publication / files are not listed on the Files tab of the Cloud Code tab inside my dashboard, so I donโt see if it is being updated.
But if I try something like curl http://my-app.parseapp.com/js/file.js , I see an older version. And if I do curl http://my-app.parseapp.com/js/newFile.js , I do not see the new file that I added.
source share