commit | a3af206fdaf50c71924661bdceb2806155c80739 | [log] [tgz] |
---|---|---|
author | aghassemi <aghassemi@aghassemi-macbookpro.roam.corp.google.com> | Wed Sep 03 14:16:38 2014 -0700 |
committer | Ali Ghassemi <aghassemi@google.com> | Wed Sep 03 21:21:39 2014 +0000 |
tree | 35cbe218e1c867265dad377c61dc923b051b0186 | |
parent | 2e9178e1a5b6f9a842086e06bc42f193e95497af [diff] |
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
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