Rails 4 - cannot change CSS without rake assets:precompile which breaks Javascript? -


if make change application.css.scss, no changes reflected unless rake assets:precompile. however, when run that, none of javascript in application works. @ point, have no way of getting javascript work unless re-clone application github (which wipes out css changes of course). on local development environment. ideas why?

running in development environment should not use precompiled assets unless you've precompiled them.

clean them rake assets:clobber , should pick assets opposed precompiled ones.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -