You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
socket.io.js, zappa.js, jquery.js, sammy.js and possibly your own client side code (client/shared) should (optionally) be concatenated to one single file served to the client.
The developer could include it in their preferred templating language from a pre-specified path such as /zappa/scripts.js. What is included in that file depends on what is specified with enable 'serve x'.
The text was updated successfully, but these errors were encountered:
esamattis
added a commit
to esamattis/zappa
that referenced
this issue
Oct 2, 2011
socket.io.js, zappa.js, jquery.js, sammy.js and possibly your own client side code (
client
/shared
) should (optionally) be concatenated to one single file served to the client.The developer could include it in their preferred templating language from a pre-specified path such as
/zappa/scripts.js
. What is included in that file depends on what is specified withenable 'serve x'
.The text was updated successfully, but these errors were encountered: