Ni fait ni à faire Posted February 23, 2015 Share Posted February 23, 2015 Hello ! For some time, I've been building custom minified versions of Babylon.js, by directly running BuildOurOwnBabylonJS.bat on Wine/Linux.However, it recently (I can't be more precise) stopped working, as the produced file seems invalid (even with a fresh-cloned git repository). It may be a bug on Wine's side, or mine, in which case I'm deeply sorry for the unneeded noise. Quote Link to comment Share on other sites More sharing options...
Ni fait ni à faire Posted February 23, 2015 Author Share Posted February 23, 2015 It appears that, going back to an older state ( https://github.com/BabylonJS/Babylon.js/tree/7efb3eadb77f1e879dc4a5c546e10cfd5d53af3c - I just picked one I'm sure I worked against -), the output js file is correct. Quote Link to comment Share on other sites More sharing options...
RaananW Posted February 23, 2015 Share Posted February 23, 2015 Working on Linux (and in non visual studio Windows systems), you can benefit from the gulp support in the tools directory. Would probably work better than a batch file running under wine. Ni fait ni à faire 1 Quote Link to comment Share on other sites More sharing options...
jerome Posted February 23, 2015 Share Posted February 23, 2015 I confirm Ni fait ni à faire 1 Quote Link to comment Share on other sites More sharing options...
Ni fait ni à faire Posted February 24, 2015 Author Share Posted February 24, 2015 Even if it was a little difficult to set up (never put my hand on nodejs/npm before), this is indeed much cleaner... and it works ! Thank you Quote Link to comment Share on other sites More sharing options...
gwenael Posted February 24, 2015 Share Posted February 24, 2015 Glad you found a solution.Still, it may be broken on Windows too. I'll check that. Ni fait ni à faire 1 Quote Link to comment Share on other sites More sharing options...
RaananW Posted February 24, 2015 Share Posted February 24, 2015 gulp works wonderfully on windows too :-)Is the batch file compiling typescript? or just joining the js files? Quote Link to comment Share on other sites More sharing options...
Ni fait ni à faire Posted February 25, 2015 Author Share Posted February 25, 2015 It seems the batch file just joins the js files 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.