Snugug / Aurora

Drupal HTML5 Base Theme
33 stars 14 forks source link

Did you meet with Brunch? #35

Closed thamas closed 10 years ago

thamas commented 10 years ago

After your great BoFs at DrupalCon Prague I started again to learn about all of the great tools you (all modern Drupal frontenders) use. Doing this I met with Brunch (http://brunch.io) what predicates itself somehow better than Grunt.

I'm far not the one who can decide if it is true or not but I'm sure you are. :)

Snugug commented 10 years ago

Thanks for pointing this to us. Despite the comparisons on the site, their claims are dubious IMO. The speed comparison especially, as more or less every Grunt task I've ever run, Compass excluded, takes <500ms to run and I can't see them getting better performance on actual Compass integration (i.e. not Sass via libsass plus Compass's mixins) as Compass is the blocker there. While it may be easier to set up, it essentially looks like a pre-configured Gruntfile. While Grunt most certainly has a more robust syntax for setup and doesn't come pre-configured out of the box, it has a much larger community contributing to it and is supported by (essentially) some of the biggest players in modern frontend.

So while thank you for pointing it out, at the end of the day, I think we're going to stick with Grunt. Fortunately, if you're using Aurora's built-in Grunt support, we're setting up everything you need for you, so at the end of the day it shouldn't matter much to you.

On Monday, September 30, 2013 at 8:58 AM, Tamás Hajas wrote:

After your great BoFs at DrupalCon Prague I started again to learn about all of the great tools you (all modern Drupal frontenders) use. Doing this I met with Brunch (http://brunch.io) what predicates itself somehow better than Grunt. I'm far not the one who can decide if it is true or not but I'm sure you are. :)

— Reply to this email directly or view it on GitHub (https://github.com/Snugug/Aurora/issues/35).

thamas commented 10 years ago

Thanks for the quick answer and for the clarification. :)