diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -40,11 +40,11 @@ We encourage you to make sure that the site builds and looks as expected before Two tools are _required_ for building: * [soupault](https://soupault.app) static site generator. -* [SASS](https://sass-lang.com/) compiler, the Dart version. +* [Sass](https://sass-lang.com/) compiler, the Dart version. **Note:** the C++ `sassc` _will not_ work! The Dart and the C++ "reference implementations" don't behave the same, -and you'll need the Dart one (available from NPM, `npm install -g sass`). -Hopefully we'll rid this site of SASS some day and it will be no longer an issue. +and you'll need the Dart one (available from npm, `npm install -g sass`). +Hopefully we'll rid this site of Sass some day and it will be no longer an issue. Running `make all` will build both the site and the CSS, generated files will be in `build/`. You can then preview the site with any development web server, e.g. `python3 -m http.server --directory build/`. |