plist 파일을 ajax 로 다운받을 때 parseerror 가 나는 경우 app.yaml 에서 mime type 을 잘 지정해야 된다. - url: /images/sprites/(.*).plist static_dir: static/images/sprites mime_type: text/xml
plist 파일을 ajax 로 다운받을 때 parseerror 가 나는 경우 app.yaml 에서 mime type 을 잘 지정해야 된다. - url: /images/sprites/(.*).plist static_dir: static/images/sprites mime_type: text/xml