im not quite sure what the actual behavior is, so my first question is:
are assets (e.g. javascripts) from a gem (in my case spree) always compiled? i don't use spree's javascripts, and therefore don't want them to be compiled. i don't require them in my application.js or any other javascript file, but
rake assets:precompile
compiles them nonetheless. i just don't want them lying around in my public/assets folder.
so i guess my question is, is there a way to disable compiling javascripts from a gem?
cheers marian