Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya Manian committed Dec 13, 2011
1 parent 9fed738 commit c307a35
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions 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.
Expand All @@ -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:
Expand Down Expand Up @@ -76,8 +63,3 @@ Context
------
Started at: http://oksoclap.com/gfs


How to develop
--------------

compass watch .

0 comments on commit c307a35

Please sign in to comment.