Find https://webuild.sg/public/favicon.ico and replace with https://assets.webuild.sg/favicon.ico in only *.jade files
Note that you only need to amend views/partials/head.jade and the rest of the *.html files will be amended with the build process (explained later on below)
Install npm packages with npm install
Build the html files with npm run build:html and you will see more html files being edited
You can do a git status to see all the changes
Run the website locally with npm start and check all pages have the favicon
Commit with a good message
Send a pull request
Changes to your pull request:
In case you need to amend, just change the code and commit
push to the same branch and the pull request will be updated!
Change from https://webuild.sg/public/favicon.ico to https://assets.webuild.sg/favicon.ico as the link is not correct and the favicon is not showing:
Steps to do:
fix-favicon-link
https://webuild.sg/public/favicon.ico
and replace withhttps://assets.webuild.sg/favicon.ico
in only*.jade
filesviews/partials/head.jade
and the rest of the*.html
files will be amended with the build process (explained later on below)npm
packages withnpm install
npm run build:html
and you will see morehtml
files being editedgit status
to see all the changesnpm start
and check all pages have the faviconChanges to your pull request: