summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorlihaoyi <haoyi.sg@gmail.com>2014-11-23 20:33:33 -0800
committerlihaoyi <haoyi.sg@gmail.com>2014-11-23 20:33:33 -0800
commit7924069976b15ee0c535221673d89200ce3d5570 (patch)
treeb9a3b1f83eb55be73796af1d4fd5f32bcf65092f /build.sbt
parent0f58d9da34162cdb85d8b3b6c6c9c38a991f02db (diff)
downloadhands-on-scala-js-7924069976b15ee0c535221673d89200ce3d5570.tar.gz
hands-on-scala-js-7924069976b15ee0c535221673d89200ce3d5570.tar.bz2
hands-on-scala-js-7924069976b15ee0c535221673d89200ce3d5570.zip
Packaged resourcesparboiled
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,