2017-03-21 12 views
0

작동하지 않습니다 theme.yml 파일, 단지 (단지 예를 들어) 추가 :PrestaShop 버전 1.7 스타터 테마, theme.yml 자산 내가 내가 편집 특정 템플릿을위한 JS/CSS 파일을 추가 할 수있는 문서를 읽기 PrestaShop 버전 1.7 <a href="https://github.com/PrestaShop/StarterTheme" rel="nofollow noreferrer">https://github.com/PrestaShop/StarterTheme</a></p> <p>에 대한 스타터 테마를 사용하고

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

어떤 생각 : 여기

은 의사입니까?

답변