Build the HTML through Javascript using the configuration file #11
Labels
No labels
kind/bug
kind/duplicate
kind/enhancement
kind/question
scope/core
scope/core and generator
scope/demos
scope/generator
scope/meta
status/invalid
status/wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: caribaud/melpomene#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To avoid people having to mess around too much in the HTML of their website, the JS could simply build the HTML itself.
The config would have to contain the URLS
Then, the steps would be:
<div id="melpomene" data-melpomene-config="/path/to/config/file"></div>
in the HTMLAnd that would be it.