Hi,
I just start a new project with Omega 4.4 and I cannot figure out how to include Layouts, Panels, and Panels Everywhere to the new Omega version.
With Omega 4.3, I was following the LevelupTuts tutorial (http://leveluptuts.com/tutorials/complete-guide-omega-4/21-layouts-panel...), but now I can't find the way to compile the .scss files from the sass/layout/* folder to CSS.
Could somebody tell me what I'm missing?
Thanks for help,
.dan
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot 2015-10-21 09.32.53.jpg | 66.87 KB | dan_metille |
Comments
Comment #2
bramvandenbulcke commentedYou need to have Drush, XCode, Homebrew and Node on your system. When you have worked with the old starterkit, you should have all these except for Node.
Next, follow the tutorial from Vagelis: https://www.drupal.org/node/2537364#comment-10287771.
To install the layouts, check my tutorial: http://bramvandenbulcke.be/en/article/drupal-creating-custom-layout-omega-4.
I was having some troubles with my imports in my layoutname.layout.scss but by adding the import starting from the base url I fixed this:
Comment #3
dan_metille commented@bramvandenbulcke Thank you, I really appreciate your help! Now I got it working.
Comment #4
dan_metille commentedComment #5
osopolar@sahaj: What was the problem, why panel layouts did work for you on 4.3 but not on 4.4? I guess documenting it could be helpful for others who may have the same problems.