summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
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 ece1f30..895c2b9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -44,8 +44,8 @@ lazy val book = Project(
"com.lihaoyi" %%% "upickle" % "0.2.5"
),
(resources in Compile) += {
- (fastOptJS in (demos, Compile)).value
- (artifactPath in (demos, Compile, fastOptJS)).value
+ (fullOptJS in (demos, Compile)).value
+ (artifactPath in (demos, Compile, fullOptJS)).value
},
(unmanagedResourceDirectories in Compile) ++=
(unmanagedResourceDirectories in (demos, Compile)).value,