Add .gitkeep to /website/src/lib#1028
Conversation
We need this directory to be present for the initial build of the website.
d7fdb69 to
b5fb6ad
Compare
|
Looks like there is a new error that this does not fix. Looking into that more later today. |
|
Also tagging @Daniel15 in case you have ideas about the cause of the new error. |
|
Oops, I don't know why the TravisCI was running far far behind (several hours) yesterday, so I had to build the site manually on my computer. Unfortunately that meant that I didn't have a chance to see whether the TravisCI build actually worked before going to sleep. |
|
Thanks for merging this @Daniel15 - I wish I had figured out what is causing that other error. I would expect to see I have some other stuff to catch up on but will look again at this too when I have time. |
When we build the website
fs.writeFileSyncexpects the 'lib' directory to exist. We previously had a.gitkeepin this file, even though it's also in the.gitignore. We could probably find a more elegant solution but for now this will fix the build.