Arquivos Prestashop 1.7 JS não sendo adicionados

Trabalhando no Prestashop 1.7 e atualizei meu arquivo theme.yml para se parecer com o abaixo, mas ele não é adicionado ao arquivo. O arquivo está nesse diretório, mas não está sendo extraído. Alguma sugestão para o código? Quero incluir o arquivo JS, mas ele não está sendo extraído.

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: assets/js/external-lib.js
        priority: 30
        position: bottom
   cart:
     - id: theme-custom
       path: assets/js/custom.js

questionAnswers(1)

yourAnswerToTheQuestion