Current section

Files

Jump to
sass libsass script bootstrap
Raw

libsass/script/bootstrap

#!/bin/bash
script/branding
if [ ! -d "sass-spec" ]; then
git clone https://github.com/sass/sass-spec.git
fi
if [ ! -d "sassc" ]; then
git clone https://github.com/sass/sassc.git
fi