rails assets precompile css order -


i'm using zurb rails. overrode of zurbs default css adding changes app/assets/stylesheets/application.css precompilation seems append other css files one. there way ensure css rule last 1 precompiled application.css?

the order in assets compiled can specified in manifest files js , css http://guides.rubyonrails.org/asset_pipeline.html#manifest-files-and-directives


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -