Saturday, 15 August 2015

drupal 7 theming + gulp + sass + browserSync no css injection -


I'm able to get synchronized browser ({stream: true}). When I try the same gulpfile.js in a Drupal 7 theme, a hard reset works, BrowserSync.reload (), but nothing in CSS injection, Browser Sync ({stream: true}).

Any thoughts? Any suggestions on how to troubleshoot? thank you in advanced!

I experienced a division error problem while moving this workflow to Drupal 7 but with this post it was able to solve it.

You have to use the link_css module because browser-sync does not currently control CSS @ import


No comments:

Post a Comment