jedfoster / SassMeister

The Sass playground
http://sassmeister.com
198 stars 25 forks source link

Plugin list assumes gem `install` and `require` names are the same, which is not always true #36

Closed jedfoster closed 11 years ago

jedfoster commented 11 years ago

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 different gem install and require names. Once SassMeister's assumption is fixed, these can be added.

jedfoster commented 11 years ago

The underlying issue was resolved with the introduction of "fingerprints". These extensions should now be safe to add.

jedfoster commented 11 years ago

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)

jedfoster commented 11 years ago

Closing this for now.