gleero / grunt-favicons

Generate favicon.ico and icons for iOS, Android and WP8
MIT License
233 stars 48 forks source link

timestamps option #67

Closed tkambler closed 8 years ago

tkambler commented 8 years ago

This PR adds support for a timestamps option (default value: false). When true, the task generates a timestamp and appends it as a query parameter to every icon that is injected into the target document, forcing browsers to refresh the icons on the next load.

Example output:

<meta name="msapplication-square70x70logo" content="/images/icons/windows-tile-70x70.png?ts=1439588561726">
<meta name="msapplication-square150x150logo" content="/images/icons/windows-tile-150x150.png?ts=1439588561726">
<meta name="msapplication-square310x310logo" content="/images/icons/windows-tile-310x310.png?ts=1439588561726">
<meta name="msapplication-TileImage" content="/images/icons/windows-tile-144x144.png?ts=1439588561726">
<meta name="msapplication-TileColor" content="">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/images/icons/apple-touch-icon-152x152-precomposed.png?ts=1439588561726">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/images/icons/apple-touch-icon-120x120-precomposed.png?ts=1439588561726">
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/images/icons/apple-touch-icon-76x76-precomposed.png?ts=1439588561726">
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="/images/icons/apple-touch-icon-60x60-precomposed.png?ts=1439588561726">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/icons/apple-touch-icon-144x144-precomposed.png?ts=1439588561726">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/icons/apple-touch-icon-114x114-precomposed.png?ts=1439588561726">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/icons/apple-touch-icon-72x72-precomposed.png?ts=1439588561726">
<link rel="apple-touch-icon" sizes="57x57" href="/images/icons/apple-touch-icon.png?ts=1439588561726">
<link rel="shortcut icon" href="/images/icons/favicon.ico?ts=1439588561726">
<link rel="icon" type="image/png" sizes="64x64" href="/images/icons/favicon.png?ts=1439588561726">