I just created a rails plugin with "rails plugin new pluginname --mountable".
Now I would like my app in test/dummy to access the js and css in my app/assets/javascripts and app/assets/stylesheets directories... I would like this process to be "automatic"(so no copy/paste of files from these directories to my test/dummy...) because I would like to release this plugin for people to use it and it should be as much easy to use as possible.
Thank you in advance for your help
Gnagno