Skip to content
Snippets Groups Projects
Commit 78432c72 authored by Cédric Willekens's avatar Cédric Willekens
Browse files

Fix sass compiler

parent 3fdb5a7e
No related branches found
No related tags found
1 merge request!268Change sass compiler
......@@ -60,7 +60,6 @@ plugins {
id("com.diffplug.gradle.spotless").version("3.27.2")
// Sass stylesheet plugins
// id("com.github.salomonbrys.gradle.sass").version("1.2.0")
id("com.unclezs.gradle.sass").version("1.0.10")
}
......@@ -267,12 +266,10 @@ tasks.withType<Test>().configureEach {
}
tasks.named("processResources") {
dependsOn("sassCompile")
dependsOn("copyLogo")
}
tasks.withType<org.springframework.boot.gradle.tasks.bundling.BootJar>().configureEach {
dependsOn("sassCompile")
dependsOn("copyLogo")
bootInf {
into("classes/static/css") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment