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
Post a Comment