From c307a3509a2aeeb7f7f50b10f0064bcd957e6045 Mon Sep 17 00:00:00 2001 From: Divya Manian Date: Mon, 12 Dec 2011 21:29:06 -0800 Subject: [PATCH] Update readme.md --- readme.md | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/readme.md b/readme.md index 4e5c4a72..7b5ef045 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -Dec 12 2011 +### Dec 12 2011 - No more JSON! - Now we create each 'feature' with a markdown file that has YAML-like front matter. To make this easy, there is a `new_feature.sh` script that you can run to automate the creation of the file for each feature that needs to be written about. e.g. you would do `./new_feature.sh` and then enter "text-shadow" if you want to create a markdown file for the text-shadow feature. There is a `test.md` if you want to refer to (but really the shell script should do all the prompting for you to get set up). It even starts your default editor for you with the newly created file if you have the $EDITOR set up in your PATH. @@ -8,37 +8,24 @@ Dec 12 2011 So new workflow for adding content here would be to run `./new_feature.sh`. But everything else remains the same. -Nov 7 2011 +### Nov 7 2011 This branch uses node. -First step: +- First step: npm install . -To compile, in your terminal, within the project folder, type: +- To compile, in your terminal, within the project folder, type: node . -This project now requires Backbone and Handlebars. - -To compile the CSS, use (in another terminal window): +- To compile the CSS, use (in another terminal window): compass watch . -TODO: ---- -2. Hook up list.js for filtering -3. Need to not use JSON because of validating-hell-thanks-to-missing-comma. YAML has no good node parser, so what else? -4. Need to refactor features.json (need to be done even if we stop using JSON) - - - -First Commit -------------- - -July 9 2011 +### July 9 2011 A very basic idea of how this would look like. Lame filters and colors. See: http://dl.dropbox.com/u/952/gfs/index.html "How do I use prefixes" would link to: @@ -76,8 +63,3 @@ Context ------ Started at: http://oksoclap.com/gfs - -How to develop --------------- - - compass watch .