Created
October 28, 2015 08:13
-
-
Save prashcr/f8ce2bb39daf01ee0dfd to your computer and use it in GitHub Desktop.
Difference between absolute and relative path
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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