kylewm / redwind

Flask-based personal website #IndieWeb #OwnYourData
Other
45 stars 5 forks source link

Fix AJAX when mounted with prefix #9

Closed thedod closed 9 years ago

thedod commented 9 years ago

skeleton template defines SITE_ROOT as inline js. The rest (js) remains static files.

kylewm commented 9 years ago

I'm ok with doing it this way for now, but I think long term I'd rather run the js through a really simple filter (it already goes through jsmin) that does a string substitution on SITE_ROOT