Update the layout

Update layout.jade to use application.css

  1. link(rel='stylesheet', href='/stylesheets/application.css')

Add in Live Reload

  1. script(src="//localhost:35729/livereload.js")

Refresh the browser and then begin making small edited in the Sass and Jade files to make sure that Live Reload is working.