Commit Graph

488 Commits (afff58f00e7677f8c01f90b55be55839121a515b)

Author SHA1 Message Date
shinnn 51d4351de6 Preserve JavaScript license comment 2014-06-28 05:56:54 +09:00
Addy Osmani d9fd029236 Rebase and bring in #145 (h/t @stephenplusplus) 2014-06-27 21:31:54 +01:00
Addy Osmani b1efd5a47a Fixes #200 2014-06-27 20:38:10 +01:00
Sindre Sorhus 78e667c894 followup to #201 2014-06-27 20:43:40 +02:00
Sindre Sorhus 5219ec1926 Merge pull request #201 from johnjbarton/customible-gulp
Allow gulp task list to be extended.
2014-06-27 20:38:36 +02:00
johnjbarton 5447038d6c Allow gulp task list to be extended.
As a starter kit, we want users to be able to customize.
As a source-based distribution we want users to stay updated.
By allowing users to customize web-starter-kit gulp
without editing gulpfile.js, they can rebase or merge future updates.

Impl: Apply gulp recipe 'Split tasks across multiple files'
https://github.com/gulpjs/gulp/blob/master/docs/recipes/
split-tasks-across-multiple-files.md
2014-06-27 11:32:08 -07:00
Addy Osmani 421d0edf14 Merge pull request #182 from matheusazzi/patch-2
No longer optimize images on serve.
2014-06-27 10:26:08 +01:00
Matheus Azzi ce68fe1264 Remove reload from the images task 2014-06-27 01:42:31 -03:00
Sindre Sorhus eda114d4f8 Merge pull request #187 from robwierzbowski/patch-3
Inject CSS styles
2014-06-27 00:39:25 +02:00
Sindre Sorhus 3106ef34eb Merge pull request #195 from mrmlnc/master
typo fix
2014-06-26 22:59:26 +02:00
eZees e46b432246 typo fix 2014-06-27 00:45:17 +04:00
Rahul Doshi de353a0163 Handle error event generated by jshint fail reporter
Closes #194
2014-06-26 21:33:32 +02:00
Sindre Sorhus f4b1aa9e5a readme - link to latest release 2014-06-26 09:16:11 +02:00
Sindre Sorhus 411ce14105 Merge pull request #189 from shakyShane/master
Removed reference to BrowserSync running instance
2014-06-26 09:14:55 +02:00
Shane Osbourne 6e0576729a Removed reference to BrowserSync running instance 2014-06-26 08:10:04 +01:00
Rob Wierzbowski e66c6251fc Inject CSS styles
Looks like styles are reloading the whole browser. This should inject them without a full reload. I tested with 10 simultaneous CSS file changes, seems to work well.
2014-06-25 22:39:13 -04:00
Sindre Sorhus 999c0f4a38 Merge pull request #185 from robwierzbowski/patch-2
Give server preference to files in .tmp
2014-06-26 02:17:09 +02:00
Rob Wierzbowski 08d5080295 Give serve preference to files in .tmp
From my testing, the browserSync server prefers files in app over files in .tmp when they have the same name. .tmp files should be preferred, since any file in .tmp has been processed in some way (e.g., a main.css file that's autoprefixed into .tmp, or an index.html that contains some templating that's precompiled into .tmp).
2014-06-25 19:57:36 -04:00
Sindre Sorhus 61fb1a6e2f gulpfile - don't need `init` anymore 2014-06-26 00:14:19 +02:00
Rahul Doshi 7848faeefd Close GH-171: Livereload breaks on jshint error(s) when running `gulp serve`. Fixes #169 2014-06-26 00:12:00 +02:00
Matheus Azzi de30295b0f Don't optimize images on serve
(#180)[http://github.com/google/web-starter-kit/issues/180]
2014-06-25 12:07:34 -03:00
Addy Osmani 3b9476d898 Strip unnecessary link in styleguide 2014-06-24 22:12:07 +01:00
Addy Osmani 546d7ca509 Fix missing pygments highlighting 2014-06-24 22:11:17 +01:00
Pascal Hartig a5f4f02c4f Merge pull request #178 from google/grids
Fixes #174 - moves demo classes to styleguide
2014-06-24 14:02:28 -07:00
Addy Osmani 527a9156de Move demo gray to sass utils 2014-06-24 19:52:57 +01:00
Addy Osmani 604ec12157 Fixes #174 - moves demo classes to styleguide 2014-06-24 19:42:50 +01:00
Sindre Sorhus 09089c51ea Merge pull request #177 from google/gulp-cache-bump
Bump gulp-cache to 0.2
2014-06-24 19:16:21 +02:00
Pascal Hartig 479af34f5d Bump gulp-cache to 0.2
Changelog available here:
3b44956e60...0.2.0
2014-06-24 10:12:57 -07:00
Addy Osmani bc2476f6ad Merge pull request #173 from FearMediocrity/master
Fixed the link to the troubleshooting page.
2014-06-24 10:43:16 +01:00
James Pearson c82f9dffa3 Fixed the link to the troubleshooting page.
Previously linked to the main GitHub repository page, now it links directly to the troubleshooting page in the wiki.
2014-06-24 10:03:46 +01:00
Addy Osmani db5cefc27b Strip unnecessary font-family rule 2014-06-23 23:44:47 +01:00
Addy Osmani 1672505a98 Tweak to basic grammar 2014-06-23 23:40:48 +01:00
Addy Osmani 1e0a32f9eb Grammar tweaks to index 2014-06-23 23:40:09 +01:00
Sindre Sorhus fc018eb82b Merge pull request #172 from battaglr/pseudo-elements
Update pseudo-elements to double-colon syntax
2014-06-23 23:35:09 +02:00
battaglr cd1eb0ba92 Update pseudo-elements to double-colon syntax
This resolve #165.
2014-06-23 18:32:12 -03:00
Sindre Sorhus 8ea417834d Merge pull request #167 from battaglr/patch-1
Update gitignore
2014-06-23 22:16:05 +02:00
Luciano Battagliero 3e25a8f8f5 Update gitignore
Insert final newline to match guidelines.
2014-06-23 17:04:53 -03:00
Sindre Sorhus 2ab55d08c9 revert manifest.webapp version change in #85 2014-06-23 20:06:43 +02:00
Fabian Beiner cabd9408ac Close GH-85: A bunch of (smaller) changes…. 2014-06-23 20:04:31 +02:00
Addy Osmani ffada58ba4 Fixes #103 grid issues (ty @CreativeJuiz) 2014-06-23 17:00:44 +01:00
Sindre Sorhus a0a86e3937 Merge pull request #158 from Charca/box-sizing-fix
Targeting *:before and *:after for box sizing
2014-06-23 16:34:39 +02:00
Addy Osmani 860e3aa61e Merge pull request #153 from google/readme-remove-features-text
readme - remove features text
2014-06-23 15:18:53 +01:00
Sindre Sorhus c5b14f9e2f Merge pull request #161 from appleboy/patch
update indent value of jshint config and follow style rule.
2014-06-23 09:43:25 +02:00
Bo-Yi Wu 0ced4191fc update indent value of jshint config and follow style rule.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2014-06-23 15:30:12 +08:00
Maxi Ferreira de2655f82f Targeting *:before and *:after for box sizing 2014-06-22 21:59:41 -03:00
Sindre Sorhus b2b6963a96 readme - remove features text
It's all covered in the above image.
2014-06-22 21:37:59 +02:00
Sindre Sorhus b2f9653d26 Merge pull request #154 from jbnicolai/fix-indentation-styleguide-index
Fixes indentation and removes duplicate newlines.
2014-06-22 20:15:21 +02:00
Joshua Appelman 7d0bde1c75 Fixes indentation and removes duplicate newlines. 2014-06-22 20:06:00 +02:00
Sindre Sorhus 63faf81e05 Merge pull request #152 from jbnicolai/missing-closing-section
Adds missing closing section tag around highlights.
2014-06-22 19:49:17 +02:00
Joshua Appelman 2cc1eebd48 Adds missing closing section tag around highlights. 2014-06-22 19:31:41 +02:00