open-y-subprojects/openy_campaign_theme

Built on top of Open Y Rose theme as a subtheme.

1.0 2021-07-22 10:07 UTC

This package is auto-updated.

Last update: 2024-03-22 16:09:10 UTC


README

See https://github.com/open-y-subprojects/openy_campaign for more details

Maintaining the theme.

  1. Install Ruby 2.2.5:

gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3

\curl -sSL https://get.rvm.io | bash -s stable

To start using RVM you need to run source ~/.rvm/scripts/rvm

If still not working restart sh client.

rvm install ruby-2.2.5

Set as default ruby:

rvm --default use 2.2.5

  1. Install bundler

sudo gem install bundler

  1. Go to the theme folder

bundle install

If you see error like this tmpdir': could not find a temporary directory (ArgumentError) Run command chmod o+t /tmp and try again.

  1. To compile css use

bundler exec compass compile

  1. Compass watching changes

bundler exec compass watch --poll