imodeljs/imodeljs-samples

simple-viewer-app tries to load missing files

aderderian opened this issue · 3 comments

For some reason after a clean pull, build, run, the simple viewer app is trying to load some files that do not exist in the output directory.

image

@aderderian by default iModel.js apps always try to load the pseudo localized locale when running in development, which is why it's making the request to load them. However, it doesn't look like the app is setup to generate them from the English strings.

I'll take a look and update simple viewer app. Thanks!

Cool, thanks @calebmshafer

Just pushed the update to the Simple Viewer App to run the pseudo-localization before the build, commit.