0
votes
0answers
241 views

jquery.fileupload doesn't work properly when packaging with brunch

I realize this is somewhat of a vague question. I'm using Brunch to package my Ember application. I'm using blueimp's jquery.fileupload ui widget in that app. When packaged with brunch, the ...
0
votes
0answers
162 views

jQuery ajax parsererror with valid dataTypes and 200 response

I am sending and ajax request (backbone.model save) to my API built with ExpressJS. This is a cross domain request and everything works in that regards. The problem is that I receive a 200 response ...