I just started hosting a web application on AppHarbor, and i configured it to listen to my github repository commits.
After each commit, I see on AppHarbor the build running the tests, and deploying, but when i go to my app page, hosted on AppHarbor I don’t see any images, and the js scripts are missing.
I can actually see them in the github source, but when I download the package from AppHarbor, they seem to be missing from my ‘static’ folder…
Anyone else run into this problem ?… Any possible causes for this ?…
I solved the problem –
The reason this was happening because the content wasn’t being copied to the output directory. I don’t know exactly how AppHarbor build there Deployment scripts, but I changed the
Copy To Output Directoryoption value toCopy Alwaysand this solved the problem.(The
Build Actionwas already set toContent)