Created
February 2, 2014 14:44
-
-
Save miteshmap/8769400 to your computer and use it in GitHub Desktop.
Omega 4 Theme installation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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