Build the HTML through Javascript using the configuration file #11
Labels
No Label
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 Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: caribaud/melpomene#11
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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.