Hi developers!
Good news, some new features have been added on the "manage game" page. We'll probably send an email to developers in a while, but until then:
- We are using a new javascript minifier (terser) allowing for modern javascript syntax. You are not limited to ES3 anymore.
- We are using a new css minifier (cssnano) to lift some limitations of the previous one. Your var() will now be preserved.
- You can generate a minified version of your js to test it on the studio (and revert to the original)
- You can generate a minified version of your css to test it on the studio (and revert to the original)
- You can generate some dummy translations («text» for text) to check that all the strings in your game are translatable (and revert to the original)
- The manage game page has been slightly reorganized.
Hope it helps, please let us know if you run into any old or new issue with the new javascript/css minifiers.
Good news, some new features have been added on the "manage game" page. We'll probably send an email to developers in a while, but until then:
- We are using a new javascript minifier (terser) allowing for modern javascript syntax. You are not limited to ES3 anymore.
- We are using a new css minifier (cssnano) to lift some limitations of the previous one. Your var() will now be preserved.
- You can generate a minified version of your js to test it on the studio (and revert to the original)
- You can generate a minified version of your css to test it on the studio (and revert to the original)
- You can generate some dummy translations («text» for text) to check that all the strings in your game are translatable (and revert to the original)
- The manage game page has been slightly reorganized.
Hope it helps, please let us know if you run into any old or new issue with the new javascript/css minifiers.