namespace-browser: Using the "MT" flag that comes from glob
results to indicate whether something is a mounttable or not
instead of duck typing whether a service is a mounttable.

Change-Id: I1632d824513f5ba5e1f17057fc1f474818edade8
MultiPart:2/2
1 file changed
tree: a232e199c5ae42bdc9c8844ea68feb67e8a46911
  1. go/
  2. public/
  3. scripts/
  4. src/
  5. test/
  6. .gitignore
  7. .jshintrc
  8. bower.json
  9. css-transform.js
  10. main-transform.js
  11. Makefile
  12. md-transform.js
  13. package.json
  14. README.md
  15. 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