0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge pull request #11137 from twbs/explain-https

add note about third-party JS, CDNs, and HTTPS
This commit is contained in:
Mark Otto 2013-10-16 17:28:46 -07:00
commit 3e9e339ee3

View File

@ -33,6 +33,7 @@ We only accept issues that are bug reports or feature requests. Bugs must be iso
- Double quotes only, never single quotes
- Always use proper indentation
- Use tags and elements appropriate for an HTML5 doctype (e.g., self-closing tags)
- Use CDNs and HTTPS for third-party JS when possible. We don't use protocol-relative URLs in this case because they break when viewing the page locally via `file://`.
### CSS