tooling / book-of-modern-frontend-tooling

The Front-end Tooling Book
http://tooling.github.io/book-of-modern-frontend-tooling/
2.53k stars 177 forks source link

Build Systems > Introduction #19

Open tomByrer opened 10 years ago

tomByrer commented 10 years ago

Introduction topics:

I hope that a history of previous build tooling is mentioned. I remember someone talking about Ant 2 years ago. :) Here is a quick brainstorm for sub-topics. I'd love to hear more ideas!

addyosmani commented 10 years ago

This list looks like a good structure for the intro to build systems. Absolutely agree we should talk about some of the history as there's bound to be readers who will want to know what's been around before Grunt/Gulp etc. Would you like to file a PR to add these to the index in the readme?

PS: I really need to update that old blog post :)

tomByrer commented 10 years ago

Thanks for the feedback Addy. Sure, I'd like to wait for a few more people chiming in (likely the w/e; let people recover from NYD).

wilmoore commented 10 years ago

+1. Probably would be a good idea to talk about make and at what point it starts to get limited and where it may be useful.

tomByrer commented 10 years ago

Thanks @wilmoore, yes make should get a paragraph or 2.

I'm not sure if history should come first, or 'general advantages/disadvantages' should be touched upon first? hmmm...

tomByrer commented 10 years ago

Title: Evolution of Build Tools

sindresorhus commented 10 years ago

@tomByrer i like it.

skusunam commented 10 years ago

May be "maven" too. For some reason "Grunt" (npm install) looks\feels like Maven to me :)

addyosmani commented 10 years ago

Would someone like to take ownership of authoring this chapter?

kylebradshaw commented 10 years ago

speaking of Maven, would love to see a chapter on integration w/ Maven. I know that's something at the enterprise level would get some adoption.

sindresorhus commented 10 years ago

@skusunam @kylebradshaw as mentioned in https://github.com/tooling/book-of-modern-frontend-tooling/issues/23#issuecomment-31751024 we're going to stick with JS build-systems in the first version.

bevacqua commented 10 years ago

@addyosmani I might take a shot at this one.

Quick questions:

sindresorhus commented 10 years ago

Is there a style guide I should conform to?

https://github.com/tooling/authoring-styleguide

tomByrer commented 10 years ago

https://github.com/tooling/authoring-styleguide

I think I found a decent example of what may conform to this style here: http://www.winwithoutpitching.com/manifesto?toc

Is there a deadline?

I think Andy wants us to get a move-on. I planned on helping with this, but won't really have time until later next week (swamped with 3 projects). But to help prime the pump, here is an outline, though please disregard if you have a more exciting angle:

  1. Programmers' job is to make life easier for others.
  2. Build tools are to make life easier for ourselves.
  3. Early early build tools
    • make for C, popular in Linux, a popular web hosting platform
    • my friend's build system at IBM that superseded their weekly floppy-disk compilation
  4. Early web tool conveniences
    • putting multiple tools available inside an editor
      • Allaire Homesite that could call external validators, CSS editor (TopStyle)
      • IDEs & other suites
  5. Evolution of build tools for web
    • shell macros
    • make for web assets
    • rake
    • ant
  6. (to me, Grunt ideas came out of using ant)

Like I said, just some ideas. Perhaps 5 & 6 should be in a separate chapter to keep the chapters short. I'm flip-flopping where 4 should go. Please run with it @bevacqua; the worst that can happen is your draft will be edited :)

sindresorhus commented 10 years ago

@tomByrer this all looks good to me :)

EMMANUEL-ALX commented 1 year ago

Nice 👍