Closed jedfoster closed 11 years ago
The underlying issue was resolved with the introduction of "fingerprints". These extensions should now be safe to add.
Fuuuu. Still broken. Can't get Griddle to work at all, and the 1K gem actually has 3 different handles. (require
isn't the name of the gem, which isn't the name of the @import
)
Closing this for now.
The current YAML structure assumes that the name of the gem is the same as the name of the
require
'd class, but these two gems have differentgem install
andrequire
names. Once SassMeister's assumption is fixed, these can be added.