-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build tools > mention > msc tools #23
Comments
This looks like a static-site generator like docpad or wintersmith than a build system. |
That is true. Though static web pages & processing code (since many GitHub projects are just JavaScript with perhaps a few assets) are common use cases of all build systems. |
I think you brought up a good point; perhaps more emphasis should be on multipurpose tools. |
@tomByrer are JS based build tools only considered? It seems that the entire book (from what I see in the TOC) will be about front-end tooling based on JS. I think this distinction should be noted on the readme. @addyosmani comments on this? |
Seems most of the newer front-end tools are Node-based. Ant & make are already slated, I think there may be a Ruby-based system also? |
There are a lot of static-site generators in a variety of languages and most of them can be used as build-tools. Probably JS and ruby based (maybe even python?) build-tools should be considered. Then from there you can create a shortlist and choose which of those will go into the book. |
Should be JS. JS is the front-end, build-systems should be too. While interesting, we should try to limit our scope, at least in the first version. Should definitely mention it though. |
Probably best to stick to JS build-systems and outside of that, only mention:
|
yup |
Agree. We can always expand our focus in future iterations. On Monday, 6 January 2014 01:40:44, Sindre Sorhus [email protected]
|
For now we're going to stick to documenting articles for JS build systems. We can always look at adding coverage for miscellaneous build tools in a future version. |
@addyosmani The alt tools mentioned (roots, docpad, wintersmith, borschik) all run in JS. Did you close because you want no mention of these at all? |
Oh not at all! I think we should cover these tools in a future iteration if We have a lot of topics to cover and it would be great to stay focused on a On Thursday, 9 January 2014 03:40:50, tomByrer [email protected]
|
added Mimosa |
Edit:
List of msc tools
fez - JS general purpose build tool based on tup
Static web page builders
roots, docpad, wintersmith, borschik
Mimosa - emphases module loader endgame
Static web server
harp
There are several other tools that should be mentioned, like:
http://roots.cx/
On Github: Watch: 42, Star: 784, Closed Issues: 324
Node based, on GitHub for over a year, almost weekly updates, somewhat opinionated it seems. Doesn't seem to have a plug-in system, so the use-cases are narrowed to static sites or SPAs. Enough popularity for a mention IMHO.
The text was updated successfully, but these errors were encountered: