You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.
The rsc2014 and rsc14_cl subthemes have scss files which have to be compiled to css. A specific version of compass is needed to make it work with the Zen theme. See https://www.drupal.org/node/2353067#comment-9567305 for more info. I have to look that up every time I update the theme, which is a hassle.
We need a Makefile (or two?) which compiles the scss with either compass _0.12.6_ watch
or compass _0.12.6_ compile
The text was updated successfully, but these errors were encountered:
Commits 54a657d and ff6ae47 attempt to address this problem by including the .css files in the repo. I don't think that's an optimal solution. @krokkie please comment.
This is somewhat of a pragmatic hack.
But I guess there is no harm in including the CSS files.
We are using "drush make" to pull this theme/repo in some of the sites. The "drush make" command does not automatically compile the compass stuff, so we end up using a theme without any CSS files. If there is a way to make the "drush make" command do this automatically, it would be better.
Sounds like https://www.drupal.org/project/drush_compass might provide some of this functionality - not sure.
Includiing css files causes lots of merge conflicts, since one line of scss can change many lines of css in many different places. Workaround: Always use merge strategy ours for .css files.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The rsc2014 and rsc14_cl subthemes have scss files which have to be compiled to css. A specific version of compass is needed to make it work with the Zen theme. See https://www.drupal.org/node/2353067#comment-9567305 for more info. I have to look that up every time I update the theme, which is a hassle.
We need a Makefile (or two?) which compiles the scss with either
compass _0.12.6_ watch
or
compass _0.12.6_ compile
The text was updated successfully, but these errors were encountered: