Commit Graph

2872 Commits

Author SHA1 Message Date
Sindre Sorhus
aebafc7330 gulpfile - make livereload on vanilla CSS files instantaneous
it previously ran the moot Sass process which slowed it down to ~2sec.
2014-06-10 19:40:23 +02:00
Addy Osmani
b4eb7c351c Add project meta tag 2014-06-10 16:59:31 +01:00
Addy Osmani
31e47c3d65 Close GH-47: Adds support for UnCSS.. 2014-06-10 14:23:49 +02:00
Matt Gaunt
938eeda3f2 Altering styles and removing the search fields 2014-06-10 11:42:01 +01:00
Sindre Sorhus
1239f91b4f gulpfile - turn off lr notification in the browser when loaded
fixes #46
2014-06-09 16:24:30 +02:00
Ian Barber
74df1e7557 Merge pull request #45 from yeoman/styleguidechanges
Clean-up of visual style guide
2014-06-09 14:40:54 +01:00
Addy Osmani
2a2fae73b4 Clean-up of visual style guide
* Added page heading - Web Starter Kit
* Changed ‘Styleguide’ to ‘Visual Style Guide’ and update to h2
* Removed stray block at end of the page
* Tweaked naming of some sections to be less devsite-y
* Removed two sections that aren’t relevant to the guide
2014-06-09 14:17:21 +01:00
Sindre Sorhus
f13e23bd16 gulpfile - no longer needs to change cwd
it was fixed upstream: https://github.com/tkellen/node-liftoff/issues/16

Just `npm install -g gulp` to update.
2014-06-09 15:02:39 +02:00
Ian Barber
9974ab482b Merge pull request #44 from yeoman/input
Switch to input type=search. Fixes #39
2014-06-09 13:56:40 +01:00
Ian Barber
2dc5f82cef Merge pull request #38 from yeoman/copyright
Add copyright headers as requested.
2014-06-09 13:43:43 +01:00
Addy Osmani
2e9e6715c3 Switch to input type=search. Fixes #39 2014-06-09 13:43:27 +01:00
Addy Osmani
f7142bdfed Bump to latest version of PSI 2014-06-09 10:09:41 +01:00
Addy Osmani
9143cb9ffa Update PageSpeed task now that nokey is default 2014-06-09 10:09:12 +01:00
Addy Osmani
ddb5af393a Add copyright headers as requested.
The open-source team at Google have requested that all HTML, CSS and JS
files include the relevant copyright headers before we can flip the
switch on moving this to github.com/google.

Adding them in as requested.
2014-06-09 09:56:26 +01:00
Sindre Sorhus
3798913ddb bump deps 2014-06-07 20:19:14 +02:00
Sindre Sorhus
6ef7ca891b gulpfile - don't need size in jshint task 2014-06-07 20:12:26 +02:00
Sindre Sorhus
506de14a39 gulpfile - tweak pageres task 2014-06-07 19:59:39 +02:00
Sindre Sorhus
c7dcc2cccd gulpfile - add titles to the size plugin
so it's easier to see which apply to which task
2014-06-07 19:54:45 +02:00
Sindre Sorhus
81bf15ea81 gulpfile - be explicit about supporting arrays in watch 2014-06-07 19:51:04 +02:00
Sindre Sorhus
69492b47b5 gulpfile - remove fonts task
fonts are passed through in the `images` task anyways

this also slowed the build to a halt as it searched through the node_modules folder
2014-06-07 19:49:08 +02:00
Sindre Sorhus
7a94a984e4 gulpfile - use rimraf instead of gulp-clean
more gulpy
2014-06-07 19:42:01 +02:00
Sindre Sorhus
a9b72e6fee gulpfile - various tweaks 2014-06-07 19:40:41 +02:00
Sindre Sorhus
a52f3a79f8 gulpfile - switch to gulp-if for more succinct syntax 2014-06-07 19:34:02 +02:00
Addy Osmani
ce6741d325 Merge pull request #37 from yeoman/psi
Switch to PSI for pagespeed reporting
2014-06-06 14:37:20 +01:00
Addy Osmani
cf3f357039 Dont return on pagespeed 2014-06-06 14:35:58 +01:00
Matt Gaunt
73448d1f38 Title case for web starter kit 2014-06-06 14:30:33 +01:00
Matt Gaunt
63bf36db13 Merge branch 'master' of github.com:yeoman/web-starter-kit 2014-06-06 13:17:26 +01:00
Matt Gaunt
8035411ee3 Tidying up the web starter kit styles - still needs work. Fixes #31 2014-06-06 13:17:15 +01:00
Sindre Sorhus
5d37e4afca readme - add license mention 2014-06-06 14:06:29 +02:00
Sindre Sorhus
45b5bcb3c4 better fix for #36
// @gauntface
2014-06-06 14:02:13 +02:00
Matt Gaunt
94dd46090e Merge branch 'master' of github.com:yeoman/web-starter-kit 2014-06-06 12:28:06 +01:00
Matt Gaunt
7a2244357b Fixing up the subdirectory watch and adding support for subdirectory building 2014-06-06 12:27:56 +01:00
Addy Osmani
9f67a682d8 Switch to PSI for pagespeed reporting 2014-06-06 11:59:34 +01:00
Addy Osmani
9116b7bb5b Adds inspiration section 2014-06-06 11:55:13 +01:00
Addy Osmani
78fa275e25 Add requirements to readme 2014-06-06 11:53:27 +01:00
Sindre Sorhus
d53f3abfc6 fix running server from subfolders - fixes #36 2014-06-06 12:03:51 +02:00
Sindre Sorhus
ddc9be9373 index.html - minor tweaks 2014-06-06 10:04:05 +02:00
Sindre Sorhus
0e0af60047 fix naming so gulp builds correctly 2014-06-06 10:02:26 +02:00
Sindre Sorhus
387245bcdd bump deps 2014-06-06 09:58:01 +02:00
Sindre Sorhus
9ebc2cfe8f gulpfile - let gulp know when we're done 2014-06-06 09:33:26 +02:00
Sindre Sorhus
ad0f4b6a34 readme - add gulp install step and slightly tweak it
fixes #29
2014-06-06 09:29:28 +02:00
Matt Gaunt
d43d3541a8 Adding favicon.ico 2014-06-05 17:20:10 +01:00
Matt Gaunt
86bce2318e Merge branch 'master' of github.com:yeoman/web-starter-kit 2014-06-05 17:16:38 +01:00
Matt Gaunt
d96f764be6 Switching out the favicons - still needs a favicon.ico. Also added comments to the fav icon groups and moved chrome add to homescreen fav icon to the bottom, otherwise it doesn't work 2014-06-05 17:13:43 +01:00
Addy Osmani
79f2eaafe1 Readme revisions. 2014-06-05 15:26:05 +01:00
Addy Osmani
a469375262 Update license to Apache 2. 2014-06-05 15:24:21 +01:00
Matt Gaunt
bc433bbec8 Swapping out the hamburger and search icons. Also made the index page fit slightly more closely with the styleguide 2014-06-05 15:17:28 +01:00
Addy Osmani
9094c34fa5 Merge pull request #27 from ianbarber/master
Remove some unused sass
2014-05-31 00:31:54 +01:00
Ian Barber
b5f8977bdd Remove some unused sass
First round of tidy up - removing the totally unused components.
I think these are all fundamentals specific, and should be safe to
remove.
2014-05-30 18:14:46 +01:00
Addy Osmani
3d6ff3b99c Merge pull request #26 from ianbarber/master
Shouldn't need to be root to npm install
2014-05-29 17:44:14 +01:00