pug-bootstrap / jadebootstrap-seed

JADE Bootstrap boilerplate project for NodeJS using Express middleware
MIT License
35 stars 18 forks source link

Missing starter.pug #5

Open phangs opened 6 years ago

phangs commented 6 years ago

image

schnapper79 commented 6 years ago

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.

scalanode commented 6 years ago

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,