diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-28 12:35:01 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-28 12:35:01 +0200 |
| commit | e81e6b6aabda5a42379a9f40646eece4d0e0d598 (patch) | |
| tree | 7360869854af5eb1bdf2ce4516f058880f7b29a8 | |
| parent | 977da275b5b361044818c1ec70a7d2237503546c (diff) | |
document sass and make requirements
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,3 +5,15 @@ A collaborative editor for organizing, communicating, and analyzing data in grap A.K.A The spreadsheet of tomorrow +Development +=========== + +To update the css files you need [sass](http://sass-lang.com/) + +The build tool is [make](https://www.gnu.org/software/make/) + +To rebuild the css files issue make from the top level directory: + + $ make + + |
