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

Working with vars #96

Open
nathanredblur opened this issue Jan 14, 2016 · 0 comments
Open

Working with vars #96

nathanredblur opened this issue Jan 14, 2016 · 0 comments

Comments

@nathanredblur
Copy link

'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?)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant