veyron-browser: Fixing the Makefile for Mac, upgrading Polymer and
removing unused window.vdl.go

-GNU make in Mac has a bug where if a command is "simple enough", 
it won't invoke shell to run it. This was causing issues since we
are adding node_modules/bin to PATH ro run them which requires shell.
:; tricks GNU make it to use shell see following link for more details:
http://stackoverflow.com/questions/21708839/problems-setting-path-in-makefile

-Upgrading Polymer to version 4 and fixing the breaking changes.

-Removing unused window.vdl.go

Change-Id: I1d0163e53bcd15ac1703f6ee411723be9c3d2bb9
6 files changed
tree: 35cbe218e1c867265dad377c61dc923b051b0186
  1. go/
  2. public/
  3. scripts/
  4. src/
  5. test/
  6. .gitignore
  7. .jshintrc
  8. bower.json
  9. css-transform.js
  10. Makefile
  11. package.json
  12. README.md
  13. services.sh
  14. web-component-dependencies.html
README.md

Mounttable Browser

Mountable browser is a browser application that lets the user view and traverse mounttables.

Building

Before you can run Mounttable Browser, you need to build. Simply run:

make

The Extension

You must have the Veyron Extension installed to run this.

Get it here: https://github.com/veyron/veyron.js/raw/master/extension/veyron.crx

Running

make start

and navigate to http://localhost:9000

to stop simply CTRL-C the console running the make start