summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorLi Haoyi <haoyi@dropbox.com>2014-11-14 14:28:51 -0800
committerLi Haoyi <haoyi@dropbox.com>2014-11-14 14:28:51 -0800
commitc7a6380fdf37010d43d62a7db0a882d7ccc68d96 (patch)
tree912bd744b3a37855a62667d8de6dc03140a6b3ce /build.sbt
parent64f9b0b4625298d1b78d1991636c2d32fe1f422f (diff)
downloadhands-on-scala-js-c7a6380fdf37010d43d62a7db0a882d7ccc68d96.tar.gz
hands-on-scala-js-c7a6380fdf37010d43d62a7db0a882d7ccc68d96.tar.bz2
hands-on-scala-js-c7a6380fdf37010d43d62a7db0a882d7ccc68d96.zip
WIP after getting rid of react.js, still doesn't work
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 8bb2856..e0b9f22 100644
--- a/build.sbt
+++ b/build.sbt
@@ -44,8 +44,8 @@ lazy val book = Project(
"com.lihaoyi" %%% "upickle" % "0.2.5"
),
(resources in Compile) += {
- (fullOptJS in (demos, Compile)).value
- (artifactPath in (demos, Compile, fullOptJS)).value
+ (fastOptJS in (demos, Compile)).value
+ (artifactPath in (demos, Compile, fastOptJS)).value
},
(unmanagedResourceDirectories in Compile) ++=
(unmanagedResourceDirectories in (demos, Compile)).value,