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

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

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