We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71ad98 commit 70fabcfCopy full SHA for 70fabcf
.travis.yml
@@ -23,4 +23,4 @@ before_script:
23
24
script:
25
- sbt +test +publishLocal
26
- - cd example && sbt compile jquery-global-demo/fullOptJS jquery-bundler-demo/compileStatics
+ - cd example && sbt compileStatics
example/build.sbt
@@ -33,7 +33,7 @@ val root = project.in(file("."))
33
.enablePlugins(ScalaJSPlugin)
34
.settings(commonSettings)
35
36
-val generatedBundlerDir = file("generated/bundler")
+val generatedBundlerDir = file("generated")
37
val compileStatics = taskKey[Unit]("Compiles all static files.")
38
39
val example = project.in(file("."))
0 commit comments