Closed audreyfeldroy closed 11 years ago
Sometimes you want your .json files to be turned into context vars, and sometimes you don't.
This rename helps to alleviate confusion.
This should all be documented. Something like:
If you don't want your .json files turned into context, they should go into:
assets/api/
assets/json/
templates/json/
context/
Sometimes you want your .json files to be turned into context vars, and sometimes you don't.
This rename helps to alleviate confusion.
This should all be documented. Something like:
If you don't want your .json files turned into context, they should go into:
assets/api/
orassets/json/
if static (What should be the best practice here? Still figuring this out.)templates/json/
if templated? (Do we even want templated .json files that can use data fromcontext/
? Not sure...maybe in the future.)