javascript - Rails assets still being served in single file in development -


in development.rb have

config.assets.debug = true config.assets.compress = false 

however assets being served in single files"

images/application.js javascripts/application.css 

i have deleted cache files tmp/cache & restarted server assets still served in single file (not compressed way).

i'm running rails 3.2.13.

has got ideas?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -