Skip to content

feat: restore css and js blocks#716

Merged
wesleyboar merged 2 commits intomainfrom
feat/restore-css-and-js-blocks
Sep 27, 2023
Merged

feat: restore css and js blocks#716
wesleyboar merged 2 commits intomainfrom
feat/restore-css-and-js-blocks

Conversation

@wesleyboar
Copy link
Copy Markdown
Member

@wesleyboar wesleyboar commented Sep 27, 2023

Overview

Restore {% block css %}{% endblock %} and {% block js %}{% endblock %}.

Details

These are simple and immediately understood. There were in the original code. I removed them after my over-engineering took over. I intend to migrate to using them more often, and perhaps to only using them. The Core-CMS is too complicated. It is time to simplify it.

Related

Changes

  • added {% block css %}{% endblock %}
  • added {% block js %}{% endblock %}

Testing & UI

N/A

Details

This adds a backwards-compatible invisible feature that is already well-tested with other {% block … %}'s.

wesleyboar and others added 2 commits September 27, 2023 15:31
These are simple and immediately understood.

I intend to migrate to using them more often, and perhaps only them.

The Core-CMS is too complicated. It is time to simplify it.
@wesleyboar wesleyboar merged commit d217663 into main Sep 27, 2023
@wesleyboar wesleyboar deleted the feat/restore-css-and-js-blocks branch September 27, 2023 20:35
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.

1 participant