This line breaks my request when I try to push a javascript file to the assets. ``` $payload = in_array($method, array('POST','PUT')) ? stripslashes(json_encode($params)) : array(); ``` I took the `stripslashes()` function out and it worked perfectly.