Closed (works as designed)
Project:
Aten Development Base
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2012 at 17:26 UTC
Updated:
24 Apr 2013 at 14:13 UTC
If possible, have the .gitignore file ignore sass cache:
# Ignore sass-cache files.
*.sass-cache*
Comments
Comment #1
sreynen commentedThe 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.
Comment #2
killtheliterate commentedI 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.