zetagraph / monoset

Drupal 8 theme
92 stars 33 forks source link

browsersync css injection #12

Open iainhouston opened 8 years ago

iainhouston commented 8 years ago

It is worth noting that browsersync won't automatically reload the page as long as css files are being @imported so it is necessary to enable the link_css module to have Drupal generate links instead of @imports in each page <head>.

I'm pretty sure that earlier versions of D8 that I was testing on before 8.0.1 did generate links because I didn't have to install link_css until I was testing again recently on Drupal 8.0.x-dev (as of 23rd Dec).

iainhouston commented 8 years ago

OK this isn't an issue ... just a heads-up for those enjoying your excellent theme! (Maybe worth a note in the README?)

zetagraph commented 8 years ago

@iainhouston great point, will have to look into it and update the Readme if link_css module is needed. Thanks.