It looks like this document is a work in progress. Were you looking for feedback on the document? I have used build systems like this (and webpack) so I think I am the sort of person you're looking to win over. The heavy use of bolding makes this read like a pyramid scam and made it hard for me to take it seriously. In all documentation, my main feedback is: the more words you use, the less you're respecting your rea…
Brunch: Replace gulp, grunt and increase your dev speed
11–20 of 58 posts
Re: Brunch: Replace gulp, grunt and increase your dev speed
#12We use grunt at work, and it starts to pain us. Now that our assets pipeline got pretty big, our whole grunt built takes ~30 sec (+10s just for sass and browserify, each). I do feel like most of the slowness is the actual compile time though, not because of grunt or whatever runs the compilation. I'll try to implement brunch and see how it can outperform grunt on this. Hopefully it will make it better!
Re: Brunch: Replace gulp, grunt and increase your dev speed
#13We use grunt at work, and it starts to pain us. Now that our assets pipeline got pretty big, our whole grunt built takes ~30 sec (+10s just for sass and browserify, each). I do feel like most of the slowness is the actual compile time though, not because of grunt or whatever runs the compilation. I'll try to implement brunch and see how it can outperform grunt on this. Hopefully it will make it better!
We do that with gulp, and after the initial file runs (~8-10 seconds), updates are instant every time.
Re: Brunch: Replace gulp, grunt and increase your dev speed
#14http://blog.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool...
Re: Brunch: Replace gulp, grunt and increase your dev speed
#15It looks like this document is a work in progress. Were you looking for feedback on the document? I have used build systems like this (and webpack) so I think I am the sort of person you're looking to win over. The heavy use of bolding makes this read like a pyramid scam and made it hard for me to take it seriously. In all documentation, my main feedback is: the more words you use, the less you're respecting your rea…
Re: Brunch: Replace gulp, grunt and increase your dev speed
#16Re: Brunch: Replace gulp, grunt and increase your dev speed
#17You definitely need a comparison with webpack. As far as I can tell from a quick scan, webpack has all of the capabilities that brunch does. More importantly, it's much more popular, so the plugins and help you need are likely to be available.
Re: Brunch: Replace gulp, grunt and increase your dev speed
#18Then what happens when you leave your position and someone comes in a year later? Oooh, that sass preprocessor doesn't work? What's an angular, some kind of measuring tool? The entire system has a "doesn't matter I'll be at the next startup in 2 years" kind of feel to it.
I should really move into Java or C....
Re: Brunch: Replace gulp, grunt and increase your dev speed
#19We use grunt at work, and it starts to pain us. Now that our assets pipeline got pretty big, our whole grunt built takes ~30 sec (+10s just for sass and browserify, each). I do feel like most of the slowness is the actual compile time though, not because of grunt or whatever runs the compilation. I'll try to implement brunch and see how it can outperform grunt on this. Hopefully it will make it better!
Re: Brunch: Replace gulp, grunt and increase your dev speed
#20As a novice javascript programmer, I am hugely confused by the variety of tools being recommended on Hacker News. Choosing and setting up tooling was harder than writing my first app in React. Not a new complaint, I know, but:
Is there anything like a best practice in modern javascript development that someone can point me to? Or is there a site that gathers the setups used by prominent front-end developers? Thanks for any advice.