Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boilerplate branch for developer projects #404

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

jasonnrosa
Copy link
Member

Types of change

  • Bug fix (change which fixes an issue)
  • Enhancement (change which improves upon an existing feature)
  • New feature (change which adds new functionality)

Description

Creating a branch of the boilerplate that leverages the .hubl file extension for HTML, CSS, and JS files so that it works properly with developer projects. This branch will remain as a draft until further notice and shouldn't be used outside of developer projects.

Relevant links

Fixes #392

Checklist

People to notify
CC: @gcorne @brandenrodgers @TheWebTech and @ajlaporte

@@ -20,7 +20,7 @@
<body>
<div class="body-wrapper {{ builtin_body_classes }}">
{% block header %}
{% global_partial path='../partials/header.html' %}
{% global_partial path='../partials/header.hubl.html' %}
Copy link

Choose a reason for hiding this comment

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

Thanks!

Copy link
Member Author

Choose a reason for hiding this comment

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

No problem! Thanks for reporting it

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.

Create branch for Developer Projects starting point
2 participants