From e81e6b6aabda5a42379a9f40646eece4d0e0d598 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Fri, 28 Nov 2014 12:35:01 +0200 Subject: document sass and make requirements --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a39b6eb6..4a23fb97 100644 --- a/README.md +++ b/README.md @@ -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 + + -- cgit v1.3.1