Browse Source

[fix] styles fix according to the new oscar dir structure

Adam Tauber 8 years ago
parent
commit
27f4373124
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      manage.sh

+ 2
- 1
manage.sh View File

@@ -58,7 +58,8 @@ styles() {
58 58
 	build_style themes/courgette/less/style.less themes/courgette/css/style.css
59 59
 	build_style themes/courgette/less/style-rtl.less themes/courgette/css/style-rtl.css
60 60
 	build_style less/bootstrap/bootstrap.less css/bootstrap.min.css
61
-	build_style themes/oscar/less/oscar/oscar.less themes/oscar/css/oscar.min.css
61
+	build_style themes/oscar/less/pointhi/oscar.less themes/oscar/css/pointhi.min.css
62
+	build_style themes/oscar/less/logicodev/oscar.less themes/oscar/css/logicodev.min.css
62 63
 	build_style themes/pix-art/less/style.less themes/pix-art/css/style.css
63 64
 }
64 65