I hope you are well.
I\'m suddenly unable to render any external javascript in jade templates! To get to the bottom of things, I stripped it down to the bare minimum
Why do you have a beginning forward slash '/' in your Jade script tag? With your script in
, the correct way to reference it in Jade is script(src="javascripts/script.js")
. At least that is what is working on my installation. The same is true for other assets like CSS or images in the /public directory.