Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.
This repository was archived by the owner on May 24, 2024. It is now read-only.

Watchify : TwigException: There is already a template with the ID #8

Description

@kevinboudot

Watchify : When modifying a template, twig considers that its id already exists

TwigException: There is already a template with the ID...

This solution works, but it's probably the bad way to fix it 😩

var template = twig({
  id: id + Date.now(),
  data: minified
});

(index.js, line 17)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions