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 > Harp #28

Closed kennethormandy closed 10 years ago

kennethormandy commented 10 years ago

Looks like a really cool project. Wondering if Harp could be included?

Per the requirements:

I know @jorgepedret has been considering a similar project to this book, maybe he’d be interested in helping here?

I can source repurposable content based on the section that you think would be most appropriate. Harp is a web server, so it could possibly fit into scaffolding or build systems in the context of this book.

dashed commented 10 years ago

This looks like a build tool, than a build system.

tomByrer commented 10 years ago

This looks like a build tool, than a build system.

This repo's name IS "book-of-modern-frontend-tooling" :smile_cat:

I think v1's topics are set, but I added it to my list of msc tools that I hope get a mention.

dashed commented 10 years ago

@tomByrer A build tool is usually a static-site generator. A build system is generally a task automation tool like make, grunt or gulp.js. There's a huge distinction between either. OP had Harp under build system category.