Joakim Posted April 15, 2017 Share Posted April 15, 2017 Hi I tried downloading the latest version from this URL: https://www.babylonjs.com/versionBuilder/ After nothing happened when pressing "Generate", I checked the page source and found what I think is a syntax error. The download link (generateURL in index.js) does not end with a slash (/), so when generateUrl() adds a question mark (?), the link becomes invalid. Adding a slash seems to do the trick. When downloading from what I think is the correct link (http://babyloncomponentselector.azurewebsites.net/api/buildbabylon/?stable=true&minified=false) the file is named "babylon.custom.js", when it would be nicer if it was named "babylon.2.5.max.js" or something - but maybe that was because I screwed up the download link by not adding any "&components" to the end? symof 1 Quote Link to comment Share on other sites More sharing options...
davrous Posted April 17, 2017 Share Posted April 17, 2017 This is because we've switched last week to HTTPS everywhere. We need to update the downloader to do a https request instead a classic http request. Thanks for the headup! Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted April 17, 2017 Share Posted April 17, 2017 Should be good now Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.