If possible, have the .gitignore file ignore sass cache:

# Ignore sass-cache files.
*.sass-cache*

Comments

sreynen’s picture

Status: Active » Needs review

The center and prototype themes we use have their own .gitignore for this. Is there anywhere else we need this? If so, could we patch those projects specifically? I'm not sure how we'd alter the Drupal core .gitignore.

killtheliterate’s picture

Status: Needs review » Closed (works as designed)

I don't think there are any other contrib modules that are using SASS in this install profile, and we are ignoring SASS cache files in Center and Prototype.