jadebootstrap-seed
jadebootstrap-seed copied to clipboard
Missing starter.pug
you didnt rename node_modules/jade-bootstrap to pug-bootstrap.
So if you change in those two demo views (index.pug and error.pug) from
extends ../node_modules/pug-bootstrap/layouts/starter
to
extends ../node_modules/jade-bootstrap/layouts/starter
it works as expected.
check the package.json. remove the two jade-related dependencies: "jade": "~1.9.2", "jade-bootstrap": "1.0.14", and add pug-bootstrap "pug-bootstrap": "0.0.15", and you would be good to go! cheers,