Pintura service does not upload file

As of Commit 028123dc on the master branch I was not able to upload a file to the Pintura service.

pintura-noupload

In reviewing the NGINX logs I spotted a 404

172.17.0.1 - - [13/Mar/2018:16:27:33 +0000] "GET /html/cimsvg.js HTTP/1.1" 404 571 "http://localhost:3080/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36" "-"

I looked in the directory

/usr/share/nginx/html/

And can see the script cimsvg.js in the directory /usr/share/nginx/html/src/cim, however may mean that the GET command should be "GET /src/cim/cimsvg.js HTTP/1.1"

All in all this looks to be an issue in generateIndex.js line 261