Skip to content

jbk2/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build context

  • Hand build index.html.
  • Runs Tailwind CSS - manually purge with; npx tailwindcss -i ./src/input.css -o ./assets/stylesheets/styles.css --minify, add --watch flag to watch for changes and auto rebuild css.
  • for nginx server index needs to uses /assets/... path not ../assets/... path which is uses locally.

Local vs Server config

  • Asset paths:
    • Local: /assets/...
    • Server: assets/...
  • some css & js mime type recognision issues, solutions:
    • clear cloudflare and local cache
    • explicitly add mine.types in nginx config
    • restart nginx container

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published