小编Llo*_*unt的帖子

未添加Prestashop 1.7 JS文件

使用Prestashop 1.7并更新了我的theme.yml文件,如下所示,但未添加到文件中。该文件位于该目录中,但没有被拉入。对代码有任何建议吗?我想包含JS文件,但没有被拉入。

assets:
  # If you're using this theme as child and you want to load
  # the parent theme assets, uncomment this line.
  # use_parent_assets: true

  # The following lines are showing how to load assets in your page
  # Uncomment and change value to start loading css or js files
 css:
   all:
     - id: theme-custom
       path: assets/css/custom.css
#    product:
#      - id: product-style
#        path: assets/css/product.css
#        media: all
#        priority: 200
 js:
   all:
      - id: slick
        path: …
Run Code Online (Sandbox Code Playgroud)

themes yaml prestashop prestashop-1.7

0
推荐指数
1
解决办法
3025
查看次数

标签 统计

prestashop ×1

prestashop-1.7 ×1

themes ×1

yaml ×1