-
Notifications
You must be signed in to change notification settings - Fork 654
New deployment issue when using grunt / traceur #1231
Comments
Crossposted to rse/grunt-traceur-simple#5. |
Something similar was just reported here. We need to investigate what's going on. |
ETA? This just broke a site that's scheduled to go live on 7/15. Need to know if I should start contingency planning... |
We are now actively investigating. I will keep this thread updated with status. |
I'll fill in on our findings. Some time between friday 27. and monday 30 we started having issues with our build scripts on Azure. We use gulp for our build scripts, and the problem we started experiencing was that the We resolve our base-path for the build scripts using So after experimenting a bit, we saw that
After looking at the source for the So our fix was to rewrite the build scripts to use But, as I mentioned on Twitter I still wanted to report this, as this is something that must have changed on the Azure side, as our build scripts have been working just fine with |
The problem is now understood, and we have a fix ready, which should be deployed by tomorrow. |
It looks like this may take a bit longer than anticipated, and we ran into some edge cases and we want to make sure we get a fully correct fix. Apologies for the delay. |
Thanks for keeping us posted. In our case the process.Cwd() changed fixed our problems, so we're at least good for now 👍 |
+1 |
The fix is being deployed now, but it can take a few hours to propagate everywhere, Depending on where your site is, you may see the issue being fixed already. |
@davidebbo Just FYI, the issue is still not fixed for our deployment in SE Asia Our logs still show __dirname resolving to |
Sorry, SE Asia is in fact the only region that is not complete. Hopefully it will happen later today. In the meantime, feel free to test your code in a different region, to make sure that everything works as you expect. |
Thanks for the update. We are in no hurry. |
Unfortunately, due to an issue during the update, SE Asia (Singapore) is still not updated. Everywhere else is done. Some possible options:
Apologies for the inconvenience. |
Thank you for the detailed follow up during this long weekend there in US. We are perfectly willing to wait. |
Confirmed fixed in my West US Azure website. Please close when you feel the issue is fully resolved. Thank you for the speedy response! |
Confirmed fix at SE Asia as well. Thanks. |
Indeed, it is deployed everywhere now, and we can close this for good. Thanks for your patience! |
My automated deployment scripts for a nodejs/bower/grunt/traceur website started failing unexpectedly. Last successful deployment was Wednesday June 25, first new failed deployment was Monday June 30.
Repro case: https://github.com/JayBeavers/webtemplate deployed via Azure Web Site -> Source Control Deployment -> Github
AFAIK, this isn't an issue with the build scripts. I do not reproduce the error when building/running the website locally on my Windows 8.1 dev box with similar environment.
Any recent changes deployed to Kudu that might explain this? The failure seems to be in finding a file which is pathed using:
and I've validated via kudu debug console that the pathing looks correct. In kudu debug console, I don't get the funky D:\10.207.110.176... pathing, I see the simpler D:\home\site... syntax.
The text was updated successfully, but these errors were encountered: