-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Component/s: Dev Tools > Workspace
-
Labels:
-
Branch Version/s:7.3.x, 7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Git Pull Request:
Old buildCSS task
war { dependsOn buildCSS exclude "**/*.scss" filesMatching("**/.sass-cache/") { it.path = it.path.replace(".sass-cache/", "") } includeEmptyDirs = false }
New buildCSS task
processResources { dependsOn buildCSS exclude "**/*.css" exclude "**/*.scss" filesMatching("**/.sass-cache/") { it.path = it.path.replace(".sass-cache/", "") } includeEmptyDirs = false }