Skip to content

Consider alternative to JSON stringify/parse #2

@mikemcbride

Description

@mikemcbride

Instead of using JSON.stringify(JSON.parse(...)) in build.js, we should probably use something like devalue to parse the theme file. We still need to JSON stringify it (since that's how we replace the values), but this could prevent errors. The input theme file is supposed to be JSON, but you know... people sometimes do weird stuff.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions