2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00
This commit is contained in:
Oliver Walters 2023-07-27 11:32:40 +10:00
parent 630ff9ea54
commit 50a758b75e

View File

@ -73,7 +73,7 @@ Build site locally
bundle exec jekyll build
```
Run debug server that automatically updates. This does not recompile the tailwindcss stylesheet. If you change something in the css file, you neet to build the site fully with the command above.
Run debug server that automatically updates. This does not recompile the tailwindcss stylesheet. If you change something in the css file, you need to build the site fully with the command above.
```bash
bundle exec jekyll serve --incremental