Live data from Hacker News

HTML5 Boilerplate - A rock-solid default template for HTML5

html5boilerplate.com

1–10 of 20 posts

Re: HTML5 Boilerplate - A rock-solid default template for HTML5

#3
The project went 1.0 today. Highlights:

* A custom builder to customize your download

* An Ant Build Script that handles all the optimization to make YSlow and PageSpeed happy.

* Rich documentation: http://html5boilerplate.com/docs

* Lots of videos (2 new) on Getting Started and familiarizing with the Build Script

* Default webserver configurations optimized for perf for: Apache, Nginx, Lighttpd, Google App Engine, IIS, NodeJS

* Many small tweaks (read the source comments and full changelog)

* A humans.txt

* All that and we even reduced the overall published size of the boilerplate.

Re: HTML5 Boilerplate - A rock-solid default template for HTML5

#4

The project went 1.0 today. Highlights: * A custom builder to customize your download * An Ant Build Script that handles all the optimization to make YSlow and PageSpeed happy. * Rich documentation: http://html5boilerplate.com/docs * Lots of videos (2 new) on Getting Started and familiarizing with the Build Script * Default webserver configurations optimized for perf for: Apache, Nginx, Lighttpd, Google App Engine, I…

Major thanks for html5boilerplate, for Modernizr, and especially for maintaining this page: https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-brow... !

Re: HTML5 Boilerplate - A rock-solid default template for HTML5

#7

The build script is an awesome addition to an already great tool. Keep up the great work.

Yeah, that's a great addition, I'll have to start using it. I'm manually replacing the script tags in my code between deployment because I want to keep all the files separate for debugging and then minify after. It's a pain.

Re: HTML5 Boilerplate - A rock-solid default template for HTML5

#8

I see it uses and , which, in fact, are not required. Pages without them pass W3C validation without warnings.

Yes, but why are head and body not required? Just because a page validates without them does not make them superfluous in all cases.
Post reply on HN