welaika / wordless

All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998.
https://www.wptools.it/wordless
1.43k stars 107 forks source link

Slim? #112

Closed ylluminate closed 11 years ago

ylluminate commented 12 years ago

This is a fantastic project, thanks for bringing a sane theme environment to WordPress. Turns the WP theme world on it's ear in a wonderful way.

Recently we've moved from HAML to Slim with SCSS/SASS and Twitter Bootstrap (SASS'ified). Are you aware of a project that integrates Slim into the workflow vs HAML or have you considered such a path?

Thanks again for what you've done!

ylluminate commented 12 years ago

What about looking into this? https://github.com/judofyr/temple/issues/62

Arkham commented 12 years ago

Hello there! We have been using Slim for our Rails projects for some time, so I feel your pain :)

Unfortunately we are delegating the HAML compilation to an external library (http://code.google.com/p/phamlp/): recently we have been discussing about switching to something DRYer (see #111), since we haven't found anything that could port Slim inside a PHP environment.

stefanoverna commented 11 years ago

Closing this one.