Hi Guys, I upgraded my test project to 5.4.17 and noticed it broke my
custom autocompletes, so I seen Howard was releasing a preview release for
version 5.4.20. Anyhow I'm receiving the following script error which I
believe is the reason my autocompletes are breaking. Anybody know how to
fix this?

"NetworkError: 404 /asset.gz/module/bootstrap.js -
http://localhost:8080/TapDemo/asset.gz/module/bootstrap.js";
bootstrap.js
RequireJS error: scripterror: Script error for: bootstrap
http://requirejs.org/docs/errors.html#scripterror, modules bootstrap
level(message="RequireJS error: script...rror, modules bootstrap")console.js
(line 100)
onError(err=
Error: Script error for: bootstrap
http://requirejs.org/docs/errors.html#scripterror

var e = new Error(msg + '\nhttp://requirejs.org/docs/errors.html#' + id);

)console.js (line 127)
onError(err=
Error: Script error for: bootstrap
http://requirejs.org/docs/errors.html#scripterror

var e = new Error(msg + '\nhttp://requirejs.org/docs/errors.html#' + id);

, errback=undefined)require-2.1.8.js (line 536)
onScriptError(evt=error )require-2.1.8.js (line 1666)

consolefn.call(console, message);

Reply via email to