When I run nodemon, I get a 'no such file or directory error' for the file: layout.jade.jade. It looks like it's because in index.jade we call `extends ./layout.jade` After I removed the extra '.jade' it worked!
When I run nodemon, I get a 'no such file or directory error' for the file: layout.jade.jade.
It looks like it's because in index.jade we call
extends ./layout.jadeAfter I removed the extra '.jade' it worked!