diff --git a/bin/deploy_site b/bin/deploy_site index 57c107a..6507999 100755 --- a/bin/deploy_site +++ b/bin/deploy_site @@ -101,7 +101,7 @@ die() { echo "ERROR: $*" 1>&2 ; exit 1; } # Update the IDEA plugin download link in docs (temporarily), then build, then restore the doc updateIdeaPluginDownloadLink || echo "WARN: proceeding without updating IDEA plugin download link" -./gradlew site:clean site:jsBrowserDistribution +./gradlew site:jsBrowserDistribution BUILD_RC=$? # Always restore original doc if backup exists diff --git a/site/src/jsMain/kotlin/HomePage.kt b/site/src/jsMain/kotlin/HomePage.kt index 1a314cb..cea20bd 100644 --- a/site/src/jsMain/kotlin/HomePage.kt +++ b/site/src/jsMain/kotlin/HomePage.kt @@ -36,7 +36,7 @@ fun HomePage() { // Benefits pills listOf( "Clean, familiar syntax", - "Immutable-first collections", + "both FP and OOP", "Batteries-included standard library", "Embeddable and testable" ).forEach { b -> diff --git a/site/src/jsMain/resources/index.html b/site/src/jsMain/resources/index.html index 52b1516..795d68e 100644 --- a/site/src/jsMain/resources/index.html +++ b/site/src/jsMain/resources/index.html @@ -329,7 +329,7 @@