-
Notifications
You must be signed in to change notification settings - Fork 1
Migrate gulp logic to ESM equivalent #1277
Copy link
Copy link
Open
Labels
bugBugs that have appeared in the app.Bugs that have appeared in the app.comp: docsIssues/PRs related to the documentation of the app.Issues/PRs related to the documentation of the app.help wantedIssues/ PRs that need help from the community.Issues/ PRs that need help from the community.priority: criticalCritical issues that must be immediately fixed.Critical issues that must be immediately fixed.type: webIssues/PRs about the web version of the app.Issues/PRs about the web version of the app.
Description
Metadata
Metadata
Assignees
Labels
bugBugs that have appeared in the app.Bugs that have appeared in the app.comp: docsIssues/PRs related to the documentation of the app.Issues/PRs related to the documentation of the app.help wantedIssues/ PRs that need help from the community.Issues/ PRs that need help from the community.priority: criticalCritical issues that must be immediately fixed.Critical issues that must be immediately fixed.type: webIssues/PRs about the web version of the app.Issues/PRs about the web version of the app.
CI has been failing ever since the migration of the code to use ESModules - we should consider migrating to a different tooling for what is currently just parsing Markdown files to their HTML equivalent
Perhaps we could also consider using Analog which offers the ability to render content using a pre-processor (this would remove the need to still fetch the HTML content to be inserted into the DOM)