浏览代码

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

Adam Tauber 8 年前
父节点
当前提交
27f4373124
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      manage.sh

+ 2
- 1
manage.sh 查看文件

@@ -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