Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ php hyde build
Your site will then be saved in the _site directory, which you can then upload to your static web host.
All links use relative paths, so you can deploy to a subdirectory without any problems which also makes the site work great when browsing the HTML files locally even without a web server.

If it is the first time building the site or if you have updated the source SCSS you should also run `npm install && npm run dev` to build the frontend assets.
If it is the first time building the site or if you have added any custom TailwindCSS classes in your Blade views you should also run `npm install && npm run dev` to build the frontend assets.

> ⚠ Note that since v0.21.x the `_site` directory is emptied from all files before the site is built.

## Frontend stylesheets and scripts

Expand Down