최근 Jade 및 Connect-Assets 용 package.json을 업그레이드했습니다. Jade 0.35 to 1.30 및 Connect-Assets 2.3.3 to 3.0.0-beta1. 하지만 다음과 같은 사항에 대해 구문에 문제를 겪고!옥 및 Connect-Assets 업그레이드 문제
meta(name="viewport", content="initial-scale=1.0, width=device-width, user-scalable=no")
//- link(rel="icon", type="image/png", href="/static/favicon.ico")
//- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons
link(href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.0/css/bootstrap.min.css", rel="stylesheet")
link(href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/3.0.2/css/font-awesome.min.css", rel="stylesheet")
!= css('custom')
정확한 마지막 줄 = CSS ('사용자 정의')
뿐만 아니라
!= js('app')
!= js('controllers')
!= js('directives')
!= js('filters')
!= js('services')
일을 부탁드립니다 미리!
듣고 잘 했어! :) –