Commit ae64ee3 1 parent 9789e97 commit ae64ee3 Copy full SHA for ae64ee3
File tree 2 files changed +24
-4
lines changed
2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ This section provides recipes for common configurations. If you can't find what
10
10
.. toctree ::
11
11
:maxdepth: 1
12
12
13
- custom.rst
14
- longclasspath.rst
15
- play.rst
16
- deployment.rst
13
+ custom
14
+ longclasspath
15
+ play
16
+ deployment
17
+ scalajs
17
18
18
19
19
20
Original file line number Diff line number Diff line change
1
+ .. _scalajs :
2
+
3
+ Scala JS packaging
4
+ ==================
5
+
6
+ .. warning :: This is no official scala js doc, but created from the native-packager community.
7
+ See `issue-699 `_.
8
+
9
+ Package webjars and scalajs resources
10
+ -------------------------------------
11
+
12
+ In order to package all assets correctly, add this to your project
13
+
14
+ .. code-block :: scala
15
+
16
+ (managedClasspath in Runtime) += (packageBin in previewJVM in Assets).value
17
+
18
+
19
+ .. _issue-699 : https://github.com/sbt/sbt-native-packager/issues/699
You can’t perform that action at this time.
0 commit comments