Closed teelau closed 6 years ago
it would be nice to have a local copy of pixiJS to keep version consistent, how to disable it from being built by travis, its minified.
it would be nice to have a local copy of pixiJS to keep version consistent
Hey Tommy, no need for this. The CDN allows us to lock the version. Thanks for bringing this up. I should lock down the bootstrap version.
Many of the Travis errors are coming from the pixi library, so we should either add the flag to ignore it or go with the CDN, which is better.
You can still fix the errors coming from your own JS files (except the indentation one, I gotta fix that :sweat_smile:)
:tickets: Ticket(s): Closes #
:construction_worker: Changes
Init connection to server from new client based on pixiJS graphics library, no framework
:flashlight: Testing Instructions
Explain how to test your changes, if applicable.
make server
in the web directory containing index.html:python -m SimpleHTTPServer -8000
visit localhost:8000