2011-07-21 02:29:54 +00:00
|
|
|
## OFFLINE SUPPORT ##
|
2011-07-19 23:58:40 +00:00
|
|
|
|
2011-07-21 02:29:54 +00:00
|
|
|
# These rules tell apache to check if there is a cookie called "offline", with value set to the
|
|
|
|
|
# current angular version. If this rule matches the appcache-offline.manifest will be served for
|
|
|
|
|
# requests to appcache.manifest
|
|
|
|
|
#
|
|
|
|
|
# This file must be processed by Rake in order to replace %ANGULAR_VERSION% with the actual version.
|
2011-07-19 23:58:40 +00:00
|
|
|
|
2011-07-21 02:29:54 +00:00
|
|
|
RewriteEngine on
|
|
|
|
|
RewriteCond %{HTTP_COOKIE} ng-offline="NG_VERSION_FULL"
|
|
|
|
|
RewriteRule appcache.manifest appcache-offline.manifest
|