0
スターターテンプレートのいくつかのカスタムスタイル(たとえば.box4)をstarter-template.cssに定義しましたが、使用されていないようです。 リンク内のファイル名を変更しても、ファイルが存在しないためにエラーメッセージは表示されません。予想通りjade-bootstrapにカスタムスタイルを追加する方法
starter.jade
extends ../_bootstrap
append styles
// Custom styles for this template
link(href='../css/starter-template2.css', rel='stylesheet')
home.jade
extends jade-bootstrap/layouts/starter
block body
include ./includes/head.jade
.container
.row
.box4