Commit Graph

279 Commits (62a683f7fe6758004d3b95c31130b350fbc23307)

Author SHA1 Message Date
Sindre Sorhus 62a683f7fe Merge pull request #142 from jbnicolai/add-travis-yml-to-readme
Adds .travis.yml to files to remove for the 'boilerplate-only option'.
2014-06-21 21:57:55 +02:00
Joshua Appelman d7a62f65a5 Adds .travis.yml to files to remove for the 'boilerplate-only option'. 2014-06-21 21:54:25 +02:00
Sindre Sorhus 3fbb3037e6 Merge pull request #140 from jbnicolai/update-components-css
Adds newline to components.css.
2014-06-21 21:34:28 +02:00
Joshua Appelman eb99e0f2b4 Adds newline to components.css.
Pedantic, but prevents git from displaying a modified file after running a
`gulp build`. Closes #139.
2014-06-21 20:51:17 +02:00
Sindre Sorhus 6ecf3e657c Merge pull request #138 from jbnicolai/travis-ci
Adds `npm test` and travis.yml
2014-06-21 20:14:45 +02:00
Joshua Appelman c86fb1d1e5 Adds `npm test` and travis.yml
Fixes #137
2014-06-21 20:13:00 +02:00
Addy Osmani 20d2dd1972 Merge pull request #134 from mateuspv/patch-1
Update main.css - fixed #133 misses menu links
2014-06-21 19:01:45 +01:00
Addy Osmani a7fed47796 Merge pull request #135 from ParinParikh/master
Fixed the article section by adding padding
2014-06-21 18:32:42 +01:00
Parin Parikh 9b628d6f3e Removed margin top to fix article count appearance 2014-06-21 17:21:25 +01:00
Parin Parikh 2374550681 Fixed the article section by adding padding 2014-06-21 17:09:07 +01:00
Mateuspv 3a3dedb0d9 Update main.css
fixed #133
Simple way to solve without making major changes.
2014-06-21 13:02:18 -03:00
Sindre Sorhus 97daaa912e Merge pull request #130 from jbnicolai/dev/query-selector
Uses document.querySelector directly, rather than wrapping it.
2014-06-21 16:08:17 +02:00
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 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