You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2014/06/11 14:56:49 UTC

[33/39] couchdb commit: updated refs/heads/Update-Sidebar-Ui to 2cf2eab

added some more documentation and included bundler reference


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d7301a68
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d7301a68
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d7301a68

Branch: refs/heads/Update-Sidebar-Ui
Commit: d7301a68ae0f7419ad0421b65d9f591bae971140
Parents: c2371f6
Author: sean barclay <fu...@hotmail.com>
Authored: Tue Jun 10 14:21:26 2014 -0700
Committer: sean barclay <fu...@hotmail.com>
Committed: Tue Jun 10 14:21:26 2014 -0700

----------------------------------------------------------------------
 src/fauxton/assets/fonts/README.md | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d7301a68/src/fauxton/assets/fonts/README.md
----------------------------------------------------------------------
diff --git a/src/fauxton/assets/fonts/README.md b/src/fauxton/assets/fonts/README.md
index ebca9e1..f9e5075 100644
--- a/src/fauxton/assets/fonts/README.md
+++ b/src/fauxton/assets/fonts/README.md
@@ -4,13 +4,14 @@ This is a temp solution till Fontcustom fixes this [BUG](https://github.com/Font
 
 ### Installation
 
-Requires **Ruby 1.9.2+**, **FontForge** with Python scripting.
+Requires **Bundler.io**, **Ruby 1.9.2+**, **FontForge** with Python scripting.
 
 ```sh
 # On Mac
-brew install fontforge eot-utils
-cd [LOCAL_COUCHDB_REPO]/src/fauxton/assets/fonts
-bundle
+$ gem install bundler
+$ brew install fontforge eot-utils
+$ cd [LOCAL_COUCHDB_REPO]/src/fauxton/assets/fonts
+$ bundle
 ```
 
 That should install the gem in a path like below:
@@ -18,9 +19,17 @@ That should install the gem in a path like below:
 
 Don't forget to update `fontcustom.yml` with the correct paths where it says `PUT_YOUR_PATH_HERE`.
 
-From there, you can run the command `fontcustom compile` to compile the svgs located in the ./icons directory into updated fauxtonicon font files. 
+From there, you can run the command `$ fontcustom compile` to compile the svgs located in the ./icons directory into updated fauxtonicon font files. 
+
+It's setup to generate the following 
+1. an `icons.less` file [LOCAL_COUCHDB_REPO]/src/fauxton/assets/less
+2. a `fauxtonicon-preview.html` preview [LOCAL_COUCHDB_REPO]/src/fauxton/assets/fonts/styleguide
+3. font files `fauxtonicon.eot, fauxtonicon.svg, fauxtonicon.ttf, fauxtonicon.woff` in [LOCAL_COUCHDB_REPO]/src/fauxton/assets/fonts/
 
 
 For more info on Fontcustom, check out their documenation: [Fontcustom documentation](https://github.com/FontCustom/fontcustom)
 
+For more info on Bundler, check out their documentation:  [Bundler documentation](http://bundler.io)
+
+
 [Licenses](https://github.com/FontCustom/fontcustom/blob/master/LICENSES.txt)
\ No newline at end of file