Skip to content

Instantly share code, notes, and snippets.

@prashcr
Created October 28, 2015 08:13
Show Gist options
  • Save prashcr/f8ce2bb39daf01ee0dfd to your computer and use it in GitHub Desktop.
Save prashcr/f8ce2bb39daf01ee0dfd to your computer and use it in GitHub Desktop.
Difference between absolute and relative path
// Absolute path
script(src='/scripts/app.js')
// Relative path
script(src='scripts/app.js')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment