Skip to content

Instantly share code, notes, and snippets.

@miteshmap
Created February 2, 2014 14:44
Show Gist options
  • Select an option

  • Save miteshmap/8769400 to your computer and use it in GitHub Desktop.

Select an option

Save miteshmap/8769400 to your computer and use it in GitHub Desktop.
Omega 4 Theme installation.
Omega 4 Subtheme creation with SAss compile. (Must have ruby / compass / sass installed already)
create sub theme using Drush
drush help —filter=omega
this will show you command owiz (Omega-wizard.)
execute: drush owiz
And follow the steps. this will create a sub theme.
Now, to make css ,
Go to sub theme folder.
execute: bundle check
this will show if the bundle requirement is satisfied or not.
then use bundle install (If requirement is not satisfied.!!!)
Once it is satisfied. You will receive this message - The Gemfile's dependencies are satisfied
Then execute. - bundle exec guard
This will compile immediate change in your scss file of sass folder and generate css file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment