From f49f744e49472d44b2d24ec9430c84a52329e1da Mon Sep 17 00:00:00 2001 From: chungonn Date: Mon, 10 Feb 2020 10:24:27 +0800 Subject: [PATCH] Reinstated less-plugin-clean-css --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 517d74d..88abea8 100755 --- a/build.sbt +++ b/build.sbt @@ -8,6 +8,7 @@ libraryDependencies ++= Seq( "org.webjars.npm" % "clone" % "2.0.0", "org.webjars" % "mkdirp" % "0.5.0", "org.webjars.npm" % "clean-css" % "4.2.1", + "org.webjars.npm" % "less-plugin-clean-css" % "1.5.1" intransitive(), "org.webjars.npm" % "es6-promise" % "4.2.8" )