@@ -363,10 +363,6 @@ func validateStaticRootPath() error {
return nil
}
- if _, err := os.Stat(path.Join(StaticRootPath, "css")); err == nil {
- return nil
- }
-
if _, err := os.Stat(StaticRootPath + "_gen/css"); err == nil {
StaticRootPath = StaticRootPath + "_gen"