Quilted / Drush-Git

2 stars 0 forks source link

Add support for theme customizations #72

Closed rocketnova closed 9 years ago

rocketnova commented 10 years ago
  1. Create a "current" copy of the omega generated subtheme
  2. In the install process, diff the newly-, dynamically-generated subtheme against the "current" copy. If there are changes, pause and ask if the user wants to continue.
  3. If the user wants to continue OR if there are no changes, copy our customizations over.

This would take care of #60. See https://gist.github.com/Quilted/ef1460947bc089290532

rocketnova commented 10 years ago

_ie9.scss should be empty

rocketnova commented 10 years ago

In THEME.normalize.scss:

// Include Team Sass's toolkit.
@import "toolkit";
rocketnova commented 9 years ago

I did a bunch of research on omega (4 and 5) and discovered that there have been very few changes over the last couple years to the omega 4 default starterkit that we use to generate subthemes. It seemed overkill to create a whole system that diffs for changes. We should just do them manually. Fix incoming.