I have downloaded some plugins that contains multiple .css,.js and image files, is there a way for me to circumvent splitting each of these plugins up into these three directories:
app/assets/stylesheets
app/assets/javascripts
app/assets/images
Is there a way I can put all three types of files into a vendor-folder, and use them?