A phaser game has a html, css and normally multiple js files along with images and sound. IMG folder Audio folder index.html style.css Preloader.js Boot.js Game.js Do you guys compress the images and audio files too? Whats the simplest and fastest way you guys compress all these files? I am hoping a single command line to do it all It seems Phaser comes with a Gruntfile.js file but how do I use it and what does it do?