Every now and then I see vendor being used in a directory structure on web apps.
Like this:
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
What does this mean? Why do people use it?
More importantly, should I use it? I make web apps using php and javascript.