简体   繁体   中英

How to package/deploy udash application?

I developed a http://udash.io/ application. How do you package the web application for deployment?

I tried the sbt native-packager plugin, but it seems resources are not picked up, eg the static web assets.

You have to configure custom Mapping.

For example: mappings in Universal ++= directory("target/UdashStatic")

More about mappings: http://www.scala-sbt.org/sbt-native-packager/formats/universal.html#mappingshelper

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM