Prestashop 1.7启动主题,theme.yml中的资产不起作用

时间:2017-03-21 10:43:46

标签: javascript css symfony smarty prestashop

我使用Prestashop 1.7 https://github.com/PrestaShop/StarterTheme

的入门主题

阅读文档我发现我可以为编辑theme.yml文件的特定模板添加js / css文件,只需添加(例如):

assets:
  css:
    all:
      - id: bootstrap-style
        path: assets/css/bootstrap.min.css
  js:
    product:
      - id: jquery
        path: assets/js/jquery.min.js
        priority: 200
        position: bottom

但它不起作用。

以下是文档:http://developers.prestashop.com/themes/assets/index.html

有什么想法吗?

1 个答案:

答案 0 :(得分:1)

解决。

仅供参考,这是解决方案:https://github.com/PrestaShop/StarterTheme/issues/181#issuecomment-288043923

希望它有所帮助。