frontend-united / generator-drupal-theme

A yeoman generator to start the foundation of any Drupal theme.
38 stars 15 forks source link

Stylus setup for aurora subtheme #25

Closed gregfedorov closed 9 years ago

gregfedorov commented 9 years ago

Initial, very early, but working Stylus based aurora sub-theme. (using stylus eliminates multiple dependencies in the project and only leaves node.js as the one true dependency for everything)

iamcarrico commented 9 years ago

I am hesitant to allow this for a few reasons:

gregfedorov commented 9 years ago

Hello! All good points, but just as clarification: Stylus support is implicit with the included package.json and gulpfile.js (this forces gulp).

This is my first experience with yeoman generators, so it is a bit "clumsy". I'll probably end up spinning up a dedicated generator just for this, though I am a huge fan of Aurora.

SASS appears a clear winner at the moment, but do keep an eye on Stylus! It's got all the qualities of an underdog waiting in the wings.

Thanks for the feedback!

gregfedorov commented 9 years ago

Well, this is embarrassing, I just realised most of the changes did not make it to the pull request. I needs more coffee! Just for posterity's sake submitting a new one.

iamcarrico commented 9 years ago

Add it to this branch so the conversation can continue in a single location.