Closed TRMW closed 12 years ago
You'll only see these files separated in development mode (or more precisely, when config.assets.debug = true
). In production mode it'll be served as one file.
Got it, thanks. Still getting used to this asset pipeline stuff, obviously.
I just switched to tinymce-rails from the tiny_mce gem after upgrading my app to Rails 3.1. I'm noticing that the gem seems to include 4 separate javascript files in the
<head>
of the page:Is there any way these could be consolidated into one file? It would be nice to cut down on the number on HTTP requests.
Also, the
tinymce-jquery.js
file seems to be blank.Thanks for your work on this!