Commit Graph

318 Commits (61fb1a6e2f39a61d18cfe418a21bb61d51c46a8d)

Author SHA1 Message Date
Joshua Appelman 6dc215d21c Uses document.querySelector directly, rather than wrapping it.
There appears to be no need to wrap it in a function, which only directly calls the querySelector itself.
2014-06-21 16:05:09 +02:00
Addy Osmani 92d861b56a Merge pull request #129 from jbnicolai/dev/format-jshintrc
Format .jshintrc in the same style as the code.
2014-06-21 10:02:51 +01:00
Addy Osmani a0b4f338aa Merge pull request #131 from jbnicolai/dev/format-main-js
Reindents main.js using two spaces.
2014-06-21 10:02:09 +01:00
Joshua Appelman 1c5d11e4bd Reindents main.js using two spaces. 2014-06-21 02:23:27 +02:00
Joshua Appelman 65900f3465 Format .jshintrc in the same style as the code.
I noticed the .jshintrc uses tabs for indentation where main.js uses spaces, as does the
.editconfig specify to use.
2014-06-21 02:08:58 +02:00
Addy Osmani a9a98e884b Merge pull request #127 from alrra/remove-404-page
Remove `404.html`
2014-06-21 01:03:54 +01:00
Cătălin Mariș d10d73464b Remove `404.html`
Providing a 404.html page doesn't make much sense for this project
as users will need to configure their server in order for the page
to be actually used.

In HTML5 Boilerplate, the idea is that the server configs (Apache or
the alternatives) will basically ensure that the user's server will
return the `404.html` page in case of an 404 error.

Also, with HTML5 Boilerplate, we've seen that users quite often forget
to change/replace the default 404 page.
2014-06-21 02:38:08 +03:00
Sindre Sorhus dd3d8c7d7a Merge pull request #125 from battaglr/patch-1
Update editorconfig
2014-06-21 00:42:17 +02:00
Luciano Battagliero 3ec722779a Update editorconfig
Remove `[package.json]` declaration, since it's redundant.
2014-06-20 19:31:06 -03:00
Addy Osmani 69bfff0c30 Size improvement to repeated qSA & dropping touch start
With thanks to @WebReflection and @PaulKinlan
2014-06-20 23:20:19 +01:00
Sindre Sorhus ec47aba360 Merge pull request #119 from JohnH-/master
Fixed so that gulp runs jshint more than once
2014-06-20 23:38:24 +02:00
JohnH- 6e6a38f1e9 Fixed so that gulp runs jshint more than once 2014-06-20 17:07:38 -04:00
Sindre Sorhus 963a52f495 Merge pull request #118 from zg/master
X-UA-Compatible meta tag missing on some HTML pages
2014-06-20 23:02:40 +02:00
Zack Gold 792c659deb X-UA-Compatible meta tag missing on some HTML pages 2014-06-20 16:59:17 -04:00
Sindre Sorhus e2d67dbd94 ontouchstart => touchstart
closes #107

thanks @WebReflection  :)
2014-06-20 20:27:15 +02:00
Sindre Sorhus f29c458a4b prettify the readme with some graphics
made the top image actually clickable so the download buttons "works".
2014-06-20 18:42:36 +02:00
Sindre Sorhus 6ada70c0d5 styleguide js - remove unused var and don't redefine var 2014-06-20 18:06:51 +02:00
Sindre Sorhus a612a7ee47 styleguide js codestyle 2014-06-20 18:03:41 +02:00
Sindre Sorhus fd30043527 minor tweaks 2014-06-20 18:01:14 +02:00
Sindre Sorhus 7058047b2c 404.html - drop IE comment
we don't support IE7 or less anyways
2014-06-20 17:52:33 +02:00
Sindre Sorhus af8cfdadfa reorder some head tags for consistent grouping 2014-06-20 17:45:20 +02:00
Sindre Sorhus e3bdcdcfde consistent indentation in the styleguide 2014-06-20 17:26:22 +02:00
Sindre Sorhus 230cf1f79c convert to 2 space indentation 2014-06-20 17:20:44 +02:00
Addy Osmani fc358547d7 Merge pull request #95 from zg/patch-1
Update .editorconfig
2014-06-20 16:14:52 +01:00
Sindre Sorhus faea9bcba7 Merge pull request #108 from shakyShane/master
Update BrowserSync version to 1.0.0
2014-06-20 17:05:05 +02:00
Shane Osbourne d0c562739f Update BrowserSync version to 1.0.0 2014-06-20 15:52:08 +01:00
Pascal Hartig 527775b3d9 Set web-app-title for index.html
As opposed to basic.html, index.html usually contains example meta information and content.
2014-06-20 14:37:12 +01:00
Sindre Sorhus 59c5ba5d32 enable iOS homescreen meta tags by default #102 2014-06-20 14:42:00 +02:00
Addy Osmani 9b88cc04aa Merge pull request #105 from sergejmueller/woff2
Support for WOFF2
2014-06-20 10:41:32 +01:00
Sergej Müller c4e3ead5f9 WOFF2 support 2014-06-20 11:19:43 +02:00
Addy Osmani fc8368fd27 Merge pull request #92 from JamesMD/feature/utils
Add default directive to top-level SASS variable definitions.
2014-06-20 09:57:35 +01:00
Addy Osmani 2e9ad62e30 Merge pull request #90 from matheusazzi/patch-1
Update _list.scss
2014-06-20 00:49:07 +01:00
Rob Richardson c1be8d59fd Close GH-80: avoid gulp.start(). 2014-06-20 01:36:01 +02:00
Zack Gold 6875c1c9be Update .editorconfig
Two spaces is the only way to guarantee code rendering the same for any environment.
2014-06-19 19:22:54 -04:00
Matheus Azzi 52fb9e5ba0 Update _list.scss 2014-06-19 19:36:49 -03:00
Addy Osmani b804aeaf98 Bump PSI for PageSpeed to 0.0.4 2014-06-19 23:23:07 +01:00
James Martin-Davies 8dcb53e051 Add default directive to top-level SASS variable definitions. 2014-06-19 23:17:46 +01:00
Sindre Sorhus ce77ed6403 Merge pull request #89 from alrra/update-package-json
Mark package as private
2014-06-20 00:13:08 +02:00
Cătălin Mariș 78cfcb4951 Mark package as private
Ref: https://www.npmjs.org/doc/json.html#private
2014-06-20 01:09:45 +03:00
Addy Osmani a5298c021a Merge pull request #83 from webdesignberlin/patch-1
Update components.css | remove deprecated hgroup
2014-06-19 23:04:04 +01:00
Addy Osmani f263714728 Expand contribution section to cover the site 2014-06-19 23:02:57 +01:00
Sindre Sorhus 9e224362a4 Merge pull request #87 from alrra/remove-cc-header-from-404
Remove license info from `404.html`
2014-06-19 23:55:55 +02:00
Addy Osmani c2e67ea9d1 Comments for components.scss 2014-06-19 22:55:30 +01:00
webdesignberlin 5c5687f351 Update _normalize.scss | remove deprecated hgroup
Remove hgroup from html5 display definitions, cause hgroup is deprecated and deleted from the w3c specs. even if it is still listed in the WHATWG. http://www.w3.org/wiki/HTML/Elements/hgroup
2014-06-19 23:54:25 +02:00
Cătălin Mariș b704af27b1 Remove license info from `404.html`
The license information is already provided in the `LICENSE` file.
2014-06-20 00:44:29 +03:00
Sindre Sorhus 083599646a styleguide - grammar 2014-06-19 23:42:39 +02:00
Addy Osmani 752591611a Style guide: remove unnecessary meta prop 2014-06-19 22:40:17 +01:00
Addy Osmani 700659899f Style guide: improve image alt tags 2014-06-19 22:39:10 +01:00
Franz Heidl ba6c2c295f Close GH-75: Add basic aria roles. Fixes #53 2014-06-19 23:34:58 +02:00
webdesignberlin 17a8056443 Update components.css
Remove hgroup from html5 display definitions, cause hgroup is deprecated and deleted from the w3c specs. even if it is still listed in the WHATWG. http://www.w3.org/wiki/HTML/Elements/hgroup
2014-06-19 23:16:47 +02:00