Closed ghost closed 6 years ago
@ghost is this still an issue?
I also experience this issue. my main.js is about 2MB, but the uploaded file size is only 52KB
This shouldn't happen on later versions of surge. If you can provide some more info that would help starting with verifying the version of surge and OS you are on.
Check if your main.js file is in a directory being ignored by surge. Such as node_modules
.
Another suggestion I have is to check to see if the identifier changes beside the project when you run surge list
. If so then then build did succeed and we just have a cache busting issue.
Overall this issue is very much unexpected ever since we overhauled how build confirmations work.