Hi, I'm unable to run compass watch because of the following error:

Unable to activate compass_radix-3.1.4, because compass-0.12.7 conflicts with compass (~> 1.0)

Unfortunately, I'm unable to locate which part of the puzzle requires compass (~> 1.0) to update it.

Comments

shadcn’s picture

Run compass with bundler.

  1. cd to your theme's root: cd /sites/all/themes/mytheme
  2. run bundle install
  3. Then run bundle exec compass watch to watch.
CB’s picture

That works well for me.

shadcn’s picture

Status: Active » Closed (works as designed)
shadcn’s picture