atlastrafficmonitor / atlas-traffic-client

0 stars 2 forks source link

Integrate audio and visual, tidy up application #5

Closed ianks closed 9 years ago

ianks commented 9 years ago

This does a few things:

  1. Integrates audio and visual aspects so they work in same browser window
  2. Uses separate files for scripts, keeping out index.html JS-free
  3. Uses the bower package for timbre.js and paper.js
  4. Cleans up unnecessary dependencies (bootstrap, etc)
ianks commented 9 years ago

@atlastrafficmonitor/owners Let me know if this looks good, want to make sure we have things tidy so we can work on tasks concurrently without stepping on eachother's toes.

BrianNewsom commented 9 years ago

Looks good to me Ian, nice work. Lots of necessary clean up and integration. :+1:

ianks commented 9 years ago

@BrianNewsom Hopefully this doesn't conflict too much with your effects branch. If you run into any issues with that let me know.

BrianNewsom commented 9 years ago

No problem even if it does, I have a ways to go still, I'll probably just start over before I PR anything. Thanks man!

ianks commented 9 years ago

@atlastrafficmonitor/owners Added some more commits which:

  1. Fixed the build system
    • we can now call grunt which will compile the site into static files for easy transport
  2. Fixed some JSHint compiler warnings.