Project

General

Profile

« Previous | Next » 

Revision f45c46ef

Added by Andreas Kohlbecker over 4 years ago

updating information on compass version

View differences:

themes/zen_dataportal/compass-watch
7 7
if [[ -z "$is_compatible" ]]
8 8
then
9 9
    echo "incompatible version of compass found: $(compass --version | head -n 1 - )"
10
    echo "compass versions newer than no longer support CSS3Pie which is needed for cdm_dataportal/themes/zen_dataportal/sass/ie-legacy.scss "
10 11
    echo "install version 0.12.7 by"
11 12
    echo "  sudo gem uninstall compass --all"
13
    echo "  sudo gem uninstall sass --all"
12 14
    echo "  sudo gem install compass --version 0.12.7"
13 15
    exit -1
14 16
fi

Also available in: Unified diff