No se agregaron los archivos Prestashop 1.7 JS

Trabajé en Prestashop 1.7 y actualicé mi archivo theme.yml para que se vea como el siguiente, pero no se agrega en el archivo. El archivo está en ese directorio pero no está siendo extraído. ¿Alguna sugerencia para el código? Quiero incluir el archivo JS pero no se está incorporando.

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

Respuestas a la pregunta(1)

Su respuesta a la pregunta