application can't find a .js file
问题 I have a Play application. The UI of the application is in Angular . I have created a folder ui which is the top level Angular directory. build.sbt `ui-dev-build` := { implicit val UIroot = baseDirectory.value / "ui" if (runDevBuild != Success) throw new Exception("Oops! UI Build crashed.") } def runDevBuild(implicit dir: File): Int = ifUiInstalled(runScript("npm run build")) package.json "build": "ng build --output-path ../public/ui", When the Angular application is build, I transfer the