codeforboston / maple

MAPLE makes it easy for anyone to view and submit testimony to the Massachusetts Legislature about the bills that will shape our future.
https://mapletestimony.org
MIT License
44 stars 118 forks source link

uppercasing module import per vercel build erros #1332

Closed sashamaryl closed 1 year ago

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
maple-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 3, 2023 9:59pm
vercel[bot] commented 1 year ago

@sashamaryl is attempting to deploy a commit to the Maple Testimony Team on Vercel.

A member of the Team first needs to authorize it.

saltair3 commented 1 year ago

@sashamaryl I saw that you some uppercased imports of the faq page. I didn't have a problem with that in my pr #1321. It was the casing of the file itself, not the import, which was the issue. Also, you can see that I fixed it via editing imports already. The ideal syntax is to have filenames of css files beginning with a lowercase letter but due to GH not picking up on this change, I opted to change file names of imports.

sashamaryl commented 1 year ago

These modules not being found was causing the vercel builds to fail, so I wanted to get that going asap.

saltair3 commented 1 year ago

Apparently it was successfully deployed last week... See the deployment called rename imports

Screen Shot 2023-10-04 at 7 47 10 AM