This theme is used by the CoLearnr community edition
- font
- images
- sounds
- stylesheets (Combination of sass and css)
You need rubygems and compass installed in order to compile sass files into css.
sudo apt install -y ruby ruby-compass
yum install -y ruby rubygems
if hash sass 2>/dev/null; then
echo "Compass is already installed."
else
gem update
gem update --system
gem uninstall psych -v 2.0.17
gem install compass
gem install psych
fi