We are guiding people to download assets from the _site directory although people need to run the ./go serve command (which runs jekyll) to get this locally. The reason we're doing this is bc you have to run jekyll in order to get compiled CSS. The assets folder includes everything except compiled CSS.
Also we currently have all assets as a zip file, so should we update the instructions to have them get it from there?
References #875.
We are guiding people to download assets from the
_sitedirectory although people need to run the./go servecommand (which runs jekyll) to get this locally. The reason we're doing this is bc you have to run jekyll in order to get compiled CSS. The assets folder includes everything except compiled CSS.Also we currently have all assets as a zip file, so should we update the instructions to have them get it from there?
References #875.