Closed mmautner closed 9 years ago
Hi @mmautner. The issue you're referring almost always occurs when you have an HTML file which refers to a javascript or css file which does not actually exist. In your case, my guess is you are inadvertently uploading html files which are inside your bower_components
folder. I would recommend you use the files option to ensure that only the .html files you intend are being deployed.
Thanks! I misunderstood the purpose of the files option there
I came across an issue when trying to include a Bower component in my deploy directory:
Here's a gist that should allow you to reproduce the issue.
This prevents deployment--it appears to be failing when recursively identifying all the files for uploading as part of the deploy, having identified a non-existent file and trying to read the file.
My golang familiarity is not high, or I would look into the source myself!