Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Working with varsΒ #96

@nathanredblur

Description

@nathanredblur

'Walker' error on try to work with vars inside CDN

Figure out this simple scenario.

each destination in destinations
  p= destination.name
  != CDN(destination.picture)

cool, right. But walker function read each jade file to check for CDN( string and try to create a json file with all information.

fail in main.js:604 on try to do this results[i] = JSON.parse(results[i]); of course destination.picture is not a string.

what can we do then?

(why this work in this way by the way?)

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