I am trying to use compass with Drupal 7, Basic theme and Compass module on my local hosting on Windows. It is already installed on my computer. Should i install it to my local webserver again, how can i know the path of existing Compass exutable?
Share
Some more details would help get to the root of the problem:
Are you running compass from the command line, or using a GUI utility?
Did you install compass via
gem install compass?What version of Windows are you running?
If you have properly installed ruby and compass, you should be able to
cdinto your drupal theme’s directory and runcompass watchto compile.You can use the
wherecommand from the windows command prompt (where compassor, if that doesn’t workwhere ruby) which will search your current directory and $PATH. If you cannot find compass, then you may need to reinstall compass/ruby.Hope that helps!