jedfoster / SassMeister

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

Support SassyJSON #70

Closed KittyGiraudel closed 10 years ago

KittyGiraudel commented 10 years ago

Hey guys!

@Fweinb and I have been writing a Sass API to encode and decode JSON: https://github.com/HugoGiraudel/SassyJSON.

We just released it as a Ruby Gem. Any chance we could see it supported at SassMeister? Would be awesome. :)

Thanks! Cheers.

jedfoster commented 10 years ago

I'd love to add this but Compass keeps failing with File to import not found or unreadable: SassyJSON; both within SassMeister and in a brand new Compass project.

FWeinb commented 10 years ago

I think @hugogiraudel should look into it.

Am 21.01.2014 um 03:20 schrieb Jed Foster notifications@github.com:

I'd love to add this but Compass keeps failing with File to import not found or unreadable: SassyJSON; both within SassMeister and in a brand new Compass project.

— Reply to this email directly or view it on GitHub.

KittyGiraudel commented 10 years ago

That is rather odd. @FWeinb and I will look into it. We'll keep you updated. :)

KittyGiraudel commented 10 years ago

Okay, I think I fixed it. It seems Compass needs a stylesheets folder for extensions to work, that can't be named otherwise. We named it src so far.

Try updating to 1.0.8, I think that should do the trick.

lolmaus commented 10 years ago

Here's an example how to set an arbitrary name for you Sass folder in a Compass extension: https://github.com/davidtheclark/scut/blob/master/lib/scut.rb#L4

KittyGiraudel commented 10 years ago

@lolmaus Thanks for the tip. ;)

jedfoster commented 10 years ago

Closed with 6724ca0 and https://github.com/SassMeister/sass33.sassmeister/commit/a3b62291c4a8b89bbda24dd5898feebaecd21e59

KittyGiraudel commented 10 years ago

Thanks a lot Jed. :)