Move webapp related build files into the webapp directory

This commit is contained in:
eikek
2021-06-22 23:40:42 +02:00
parent 6a4f1c148d
commit 9e552d2ac1
11 changed files with 12 additions and 6 deletions

View File

@ -50,7 +50,7 @@ object StylesPlugin extends AutoPlugin {
val npm = stylesNpmCommand.value
val inDir = stylesDirectory.value
val outDir = stylesOutputDir.value
val wd = (LocalRootProject / baseDirectory).value
val wd = (Compile / baseDirectory).value
val mode = stylesMode.value
npmInstall(npm, wd, logger)
val files = postCss(npx, inDir, outDir, wd, mode, logger) ++