PolaricServer / webapp

Web application (map browsing) for Polaric Server
10 stars 2 forks source link

More flexible websocket connection #14

Closed elafargue closed 8 years ago

elafargue commented 8 years ago

Uses the current host/path rather than assume localhost.

Update Makefile to include the source javascripts in /Aprs to make debugging easier with the ?debug=true switch

ohanssen commented 8 years ago

Thanks. However, most of the js files in Aprs are compiled into compiled.js so we don't need to install all of them.

elafargue commented 8 years ago

Thanks! Yes, in production the individual files are not used, but at the end of the day, they don't take too much space and this makes debugging easier on a production system. Thanks for merging.