Add troubleshooting section.

master
Addy Osmani 2014-06-18 09:40:48 +01:00
parent d81a5b8998
commit a9ed96185f
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,10 @@ At present, we officially aim to support the following browsers:
This is not to say that Web Starter Kit cannot be used in browsers older than those reflected, but merely that our focus will be on ensuring our layouts work great in the above.
## Troubleshooting
If you find yourself running into issues during installation or running the tools, please check our [Troubleshooting](https://github.com/google/web-starter-kit) guide and then open an [issue](https://github.com/google/web-starter-kit/issues). We would be happy to discuss how they can be solved.
## Inspiration
Web Starter Kit is inspired by [Mobile HTML5 Boilerplate](http://html5boilerplate.com/mobile/) and Yeoman's [generator-gulp-webapp](https://github.com/yeoman/generator-gulp-webapp), having taken input from contributors to both projects during development.