Hi,

I've just upgraded radix theme from rc version to the latest.

Does "gulp" command run just like "bundle exec compass watch"?

I think it doesn't automatically detects my .scss changes. Whenever I change on my .scss file, my dev site's design was broken because of the made changes. I need to re run "gulp" so that my .scss changes will be applied.

I'm sorry I'm really not familiar with this yet.

CommentFileSizeAuthor
#2 radix-gulp-browsersync.png85.19 KBshadcn
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

japhfortin created an issue. See original summary.

shadcn’s picture

Issue summary: View changes
FileSize
85.19 KB

Yes. It works like compass watch. Gulp will watch changes made to your Sass files and reload the browser for you.

Do you see something like screenshot below when you run Gulp?

You can find more help here: http://docs.radixtheme.org/en/latest/drupal/#browsersync

shadcn’s picture

japhfortin’s picture

Hi sir. This is what I see when I run "gulp"

http://prntscr.com/ar7nbq

Do I have to access the site using external URL? http://158.69.159.192:3000/
I tried it but the site can't be reached.

shadcn’s picture

Yes. You should be able to access it if you're on the same network.

shadcn’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

shadcn’s picture