Bobcp Posted October 2, 2015 Share Posted October 2, 2015 Hi, i have a error with sound in iOS 9, i find this is fixed in dev. How i can build Phaser 2.4.4. ? In dev branch in folder "build" there is phaser 2.4.3 Thank you! Link to comment Share on other sites More sharing options...
JakeCake Posted October 2, 2015 Share Posted October 2, 2015 From the repo, I see there is a Grunt file, so I assume you need to install Grunt on your machine and build the project yourself then.You will need Node (which includes npm) to install and run Grunt. I suspect everything you need to know can be found here: http://gruntjs.com/getting-startedI am more of a Gulp guy myself, so I can't tell you the exact details like I could if it was build using Gulp. Good luck Bobcp and MichaelD 2 Link to comment Share on other sites More sharing options...
MichaelD Posted October 2, 2015 Share Posted October 2, 2015 just install grunt globally like JakeCake said and run "grunt" in the phaser.2.4.4-dev folder it will produce the 2.4.4 file Link to comment Share on other sites More sharing options...
Bobcp Posted October 2, 2015 Author Share Posted October 2, 2015 Thank you!!! Link to comment Share on other sites More sharing options...
stupot Posted October 2, 2015 Share Posted October 2, 2015 For the dev branch, the contents of the 'build' folder is the last release or stable build so it probably won't contain all the latest updates. You should always build phaser yourself (with grunt) and then find it in the 'dist' folder Link to comment Share on other sites More sharing options...
Recommended Posts