Is it good practice to store javascript/images/css in its own subdirectories within assets?
I've seen these kind of organizational layout in other's codes
vendor
- assets
- javascripts
- sencha-touch
- sencha-touch.js
- stylesheets
- sencha-touch
- sencha-touch.css
But I was thinking doing this. Is it possible and most importantly recommended?
vendor
- assets
- sencha-touch
- javascripts
- sencha-touch.js
- stylesheets
- sencha-touch.css