Skip to content

Commit a70022d

Browse files
committed
Fixed site publication in build script
:example-frontend-js:bundle task is fixed.
1 parent 762440a commit a70022d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/example-frontend-js/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
2+
* Copyright 2016-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

55
apply plugin: 'kotlin-dce-js'
@@ -18,7 +18,7 @@ compileKotlin2Js {
1818
task bundle(type: NpmTask, dependsOn: [npmInstall, runDceKotlinJs]) {
1919
inputs.files(fileTree("$buildDir/kotlin-js-min/main"))
2020
inputs.files(fileTree(file("src/main/web")))
21-
inputs.file("webpack.config.js")
21+
inputs.file("npm/webpack.config.js")
2222
outputs.dir("$buildDir/dist")
2323
args = ["run", "bundle"]
2424
}

0 commit comments

Comments
 (0)