From 461561340b34877bfc8a1551ec64e465f73e32c6 Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Thu, 2 Jan 2014 09:04:20 -0800 Subject: [PATCH] (site) Note TopoJSON PR in CommonJS installation instructions --- site/public/documentation/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/public/documentation/installation.md b/site/public/documentation/installation.md index 4b9f37f..800e90e 100644 --- a/site/public/documentation/installation.md +++ b/site/public/documentation/installation.md @@ -64,6 +64,10 @@ requirejs(['planetaryjs'], function(planetaryjs) { CommonJS -------- +
+There is [a pull request](https://github.com/mbostock/topojson/pull/129) open on the TopoJSON project to make this process more intuitive; these instructions will be updated based on its acceptance. +
+ First, install `browserify` and `brfs` from npm (as well as `planetary.js`, if you haven't already). Then, create your application (here referred to as `app.js`) and bundle it with browserify, running the dependencies through brfs.