Skip to content

Commit

Permalink
notes on how to use custom CSS [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bbarker committed Dec 9, 2019
1 parent ca91f7c commit 20ffcb7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ Feel free to include it, or modify it (renaming the file is also possible):
<link rel="stylesheet" href="css/style.css">
```

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
Expand Down

0 comments on commit 20ffcb7

Please sign in to comment.