Skip to content

Remove unused views directory and all .pug files#34

Merged
thehabes merged 3 commits into
mainfrom
remove-pug-views
Mar 23, 2026
Merged

Remove unused views directory and all .pug files#34
thehabes merged 3 commits into
mainfrom
remove-pug-views

Conversation

@cubap
Copy link
Copy Markdown
Member

@cubap cubap commented Mar 20, 2026

This pull request removes all Pug template files from the views directory. This is a significant change, as it eliminates the server-side rendering templates.

Removal of Pug templates:

  • Deleted views/layout.pug, which defined the base HTML structure and included the stylesheet.
  • Deleted views/index.pug, which rendered the homepage with a title and welcome message.
  • Deleted views/error.pug, which handled error display including status and stack trace.

@cubap cubap self-assigned this Mar 20, 2026
@cubap cubap requested a review from thehabes March 20, 2026 16:18
Copy link
Copy Markdown
Member

@thehabes thehabes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double checked to make sure file removal didn't leave behind any debris. Found a small amount of code that had become dead code, which was also removed.

@thehabes thehabes merged commit 6d9b7d6 into main Mar 23, 2026
3 checks passed
@thehabes thehabes deleted the remove-pug-views branch March 26, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants