plicatibu Posted November 14, 2013 Share Posted November 14, 2013 Hi. Am I allowed to concat the Phaser.js file with my own JavaScript files and then minify the resulting code or must i let phaser.js / phaser.min.js separated from my own source code? Thanks. Link to comment Share on other sites More sharing options...
Chris Posted November 14, 2013 Share Posted November 14, 2013 To keep it short: Yes, you are. You only have to keep in mind to place the license file along with your sources: https://github.com/photonstorm/phaser/blob/master/license.txt Link to comment Share on other sites More sharing options...
rich Posted November 15, 2013 Share Posted November 15, 2013 You don't have to include the license with the source if this is for packaging up a game to sell to a sponsor or something. Only if you're putting the source up for download on your site, or including it in another library somewhere. (I know technically the license text says you must, but I'm really never going to enforce it and don't want anyone to get scared ) plicatibu 1 Link to comment Share on other sites More sharing options...
plicatibu Posted November 15, 2013 Author Share Posted November 15, 2013 Thank you all for replying. And a special thank you for you rich for allowing us to concatenate Phaser.js with our own source code. Doing so prior to uglify the resulting file save us both bytes and time to download (just one TCP connection instead of 2). And the no need to add the license in our games is a BIG plus because it saves a lot of bytes. Regards. Link to comment Share on other sites More sharing options...
Recommended Posts