File tree Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ libraryDependencies ++= Seq(
22
22
)
23
23
24
24
jsDependencies ++= Seq (
25
- " org.webjars" % " react" % " 0.12.1" / " react-with-addons.js" commonJSName " React"
26
- // ProvidedJS / "paths.js"
25
+ " org.webjars" % " react" % " 0.12.1" / " react-with-addons.js" commonJSName " React" ,
26
+ " org.webjars " % " paths-js " % " 0.3.2 " / " paths.js"
27
27
)
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > Paths.scala.js demo</ title >
5
5
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "/>
6
- < script type ="text/javascript " src ="./src/main/resources/paths.js "> </ script >
7
-
8
6
< script type ="text/javascript " src ="./target/scala-2.11/paths-scala-js-demo-jsdeps.js "> </ script >
9
7
< script type ="text/javascript " src ="./target/scala-2.11/paths-scala-js-demo-fastopt.js "> </ script >
10
8
< script type ="text/javascript " src ="./target/scala-2.11/paths-scala-js-demo-launcher.js "> </ script >
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > Paths.scala.js demo</ title >
5
5
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "/>
6
- < script type ="text/javascript " src ="./src/main/resources/paths.js "> </ script >
7
-
8
6
< script type ="text/javascript " src ="./target/scala-2.11/paths-scala-js-demo-jsdeps.js "> </ script >
9
7
< script type ="text/javascript " src ="./target/scala-2.11/paths-scala-js-demo-opt.js "> </ script >
10
8
< script type ="text/javascript " src ="./target/scala-2.11/paths-scala-js-demo-launcher.js "> </ script >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments