No more `grunt watch` – faster builds with the Broccoli asset pipeline
1–10 of 59 posts
Re: No more `grunt watch` – faster builds with the Broccoli asset pipeline
#2It manages complexity really well. I have thrown many known failure scenarios at it, and it handled them all without a hitch.
Re: No more `grunt watch` – faster builds with the Broccoli asset pipeline
#3I guess the problem these build tools are facing is the amount that people have invested in Grunt. There are just /so/ many grunt tasks at this point.
Re: No more `grunt watch` – faster builds with the Broccoli asset pipeline
#4> Brunch also tries to do partial rebuilding rather than caching; see section “Caching, Not Partial Rebuilding”
But the end of that section seems to imply that it's still something that needs to be implemented per-plugin:
> Plugins that map files n:1, like Sass, need to be more careful about invalidating their caches, so they need to provide custom caching logic.
I'm excited to see what comes of it, but still prefer the idea of simply running `npm install (sass|jade|less|stylus|coffee-script)-brunch --save`
Re: No more `grunt watch` – faster builds with the Broccoli asset pipeline
#5Not often I see tools announced with such a thoroughly researched article. Great stuff! I guess the problem these build tools are facing is the amount that people have invested in Grunt. There are just /so/ many grunt tasks at this point.
Definitely awesome that people are trying to optimize in the devops space but just not sure I could be convinced to switch to something that isn't at least somewhat mature.
Re: No more `grunt watch` – faster builds with the Broccoli asset pipeline
#6Having used literally ever alternative, Broccoli has been a joy to use so far, can wait to port all my projects to it. It manages complexity really well. I have thrown many known failure scenarios at it, and it handled them all without a hitch.
Re: No more `grunt watch` – faster builds with the Broccoli asset pipeline
#7Having used literally ever alternative, Broccoli has been a joy to use so far, can wait to port all my projects to it. It manages complexity really well. I have thrown many known failure scenarios at it, and it handled them all without a hitch.
I was about to move over to Gulp. Can you let me know why you prefer Broccoli over Gulp?
Re: No more `grunt watch` – faster builds with the Broccoli asset pipeline
#8Re: No more `grunt watch` – faster builds with the Broccoli asset pipeline
#9Not often I see tools announced with such a thoroughly researched article. Great stuff! I guess the problem these build tools are facing is the amount that people have invested in Grunt. There are just /so/ many grunt tasks at this point.
Hands full server-side anyway, client-side moves way too quickly to keep pace with the latest and greatest...
Re: No more `grunt watch` – faster builds with the Broccoli asset pipeline
#10Having used literally ever alternative, Broccoli has been a joy to use so far, can wait to port all my projects to it. It manages complexity really well. I have thrown many known failure scenarios at it, and it handled them all without a hitch.
Now, I wonder if the same approach can be taken in gulp using vinyl-fs? Otherwise, I wonder if it might be worth plugging this tool as a specialized asset pipeline into existing grunt/gulp files.