Re: [google-appengine] Any idea why this 3 line script won't work?

2013-03-16 Thread Thiago Catoto
Hi, Is PageSpeed enabled? Cheers -- Catoto On Mar 15, 2013 5:35 PM, "Travis Keep" wrote: > function doGet() { > > return HtmlService.createHtmlOutput("hi > there"); > > } > > When I deploy this script and view in my browser, I get the white screen > of death with no errors instead of the expe

[google-appengine] Any idea why this 3 line script won't work?

2013-03-15 Thread Travis Keep
function doGet() { return HtmlService.createHtmlOutput("hi there"); } When I deploy this script and view in my browser, I get the white screen of death with no errors instead of the expected "hi there" When I view the source of my page, I see lots of strange looking javascript and tags, but