pyrsmk / toast

A modern JS/CSS asset loader, written in TypeScript.
MIT License
118 stars 13 forks source link

JSON #10

Closed jasonlav closed 10 years ago

jasonlav commented 10 years ago

Is it possible to pull down JSON and assign it to a variable with toast?

pyrsmk commented 10 years ago

Nope, it just loads CSS and JS assets in an optimized way. Loading other files could be a nice idea but it is out of toast's concept. Maybe you should rather use qwest or a similar AJAX library.