我最近为我的 Jade 和 Connect-Assets 升级了 package.json。Jade 0.35 到 1.30 和 Connect-Assets 2.3.3 到 3.0.0-beta1。但我对以下语法有疑问:
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('custom')
也
!= js('app')
!= js('controllers')
!= js('directives')
!= js('filters')
!= js('services')
先感谢您!