I'm not sure how we are using application.scss nowadays, I think most behaviour has moved to front.scss. It deserves a cleanup for sure: https://github.com/Hobo/hobo/issues/143
El 01-02-2015 a las 21:37, umuro escribió: > For some reason app/assets/stylesheets/application folder is not > included. Although application scss is: > | > @import"bootstrap" > > > /* > * This is the global stylesheet manifest file. Files or plugins > * referenced from here or placed in the application/ directory will be > * included in all subsites. This file is included by front.css and all > * subsites. > * > *= require_self > *= require_tree ./application > */ > > | > Only bootstrap goodies are served. > > So I added *= require_tree ./application to front.scss > | > /* > * This is the stylesheet manifest file for the front subsite (which > * is your whole application if you don't have any subsites). Files > * or plugins referenced from here or placed in the front/ directory > * will be included. > * > *= require_self > *= require application > *= require hobo_rapid > *= require hobo_jquery > *= require hobo_bootstrap > *= require hobo_jquery_ui > *= require hobo_bootstrap_ui > *= require jquery-ui/smoothness > *= require styles > *= require front_overrides > *= require hobo_omniauth > *= require_tree ./application > *= require_tree ./front > */ > > | > > I dont know if this behaviour is specific to my project. > > -- > You received this message because you are subscribed to the Google > Groups "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/hobousers. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
