Nico Posted April 28, 2014 Share Posted April 28, 2014 Hi guys,I think there is problem with current version of JSKompactor, I am trying to build minified version using BuildOurOwnBabylonJS, and when variable name start with "_" JSKompactor delete the space between "var" and "_", for example :var _this = this; //Before JSKompactorvar_this = this; //After JSKompactor@Deltakosh:I can't find the source code of JSKompactor so I can't check where is the problem, I think you forgot a special case while using a regex, or something like that. Is there possible to make this code available, so if something like that happen again anybody can try to find a solution and make a pull request Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted April 28, 2014 Share Posted April 28, 2014 Yeah I also found that bug when working on TypeScript. I've just pushed the fixed version on Github Nico 1 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.