1

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?

SCH
  • 13
  • 4

1 Answers1

0

Here is another discussion of a similar question. The short answer though is that regardless of location you are still doing the three folders (images, stylesheets, javascripts) though you would do them like this vendor/assets/plugin_name/ and then the three. This post here expands on the previous post a bit.

Community
  • 1
  • 1
ScottJShea
  • 7,041
  • 11
  • 44
  • 67