gem - sass -v point to the wrong version -
i've 2 version of sass installed on machine:
- sass-3.2.19 (bundle)
- sass-3.3.8
with 1 of computer when sass -v see:
sass-3.3.8
with other see:
sass-3.2.19
the 1 show me "sass-3.2.19" cause me several error when compile projects (using framework bourbon/neat/susy..) because use advanced syntrax.
how can make second machine point version sass-3.3.8?
p.s. can't specify 3.3.8 in gemfile because i'm using middleman or compass , need version 3.2
thanks tips
Comments
Post a Comment