From 20ffcb7e77810402b052064931c4e278d1206675 Mon Sep 17 00:00:00 2001 From: Brandon Elam Barker Date: Mon, 9 Dec 2019 20:40:43 +0000 Subject: [PATCH] notes on how to use custom CSS [skip ci] --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b1d6a97..4832482 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,17 @@ Feel free to include it, or modify it (renaming the file is also possible): ``` +Rather than [buidling](#Building) metajelo-ui to get the JavaScript code, you can retrieve the latest build that is +[running on github-pages](https://labordynamicsinstitute.github.io/metajelo-ui): + +``` +wget -r -np -k https://labordynamicsinstitute.github.io/metajelo-ui/ +``` + +You can then modify the retrieved `index.html` to use the custom CSS; +it will by default be using a minified CSS file which might have a name +like `prod.80f5279b.css`. + # Building If you have the relevant build tools intalled (npm, spago, pulp, etc.), you can