commit | c6842e0eaf7edb39222ff2cb2c0914027621d5d8 | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Thu Sep 04 11:15:43 2014 -0700 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Thu Sep 04 18:20:04 2014 +0000 |
tree | fffea4809ac3c32aa25f3c275b8e6fe7b0a5ac64 | |
parent | a3af206fdaf50c71924661bdceb2806155c80739 [diff] |
veyron-browser: Remove trailing commas Temporarily set .jshint to use 'es3' standard. This revealed all trailing commas, which were subsequently removed. .jshintrc has 'trailing' set to true, but it's not clear what that does. 'trailing' is not mentioned in http://www.jshint.com/docs/options/ It might refer to trailing commas or trailing whitespace, or maybe nothing at all. Change-Id: Idc86b2c8dd4e0fa06e45998df8b48a419458ef4f
Mountable browser is a browser application that lets the user view and traverse mounttables.
Before you can run Mounttable Browser, you need to build. Simply run:
make
You must have the Veyron Extension installed to run this.
Get it here: https://github.com/veyron/veyron.js/raw/master/extension/veyron.crx
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start