mirror of
https://github.com/a2nt/silverstripe-progressivewebapp.git
synced 2024-10-22 11:05:45 +02:00
11 lines
247 B
Scheme
11 lines
247 B
Scheme
'use strict';
|
|
var version = '{$Version}',
|
|
appDomain = '{$BaseUrl}',
|
|
lang = 'en',
|
|
debug = <% if $DebugMode %>true<% else %>false<% end_if %>,
|
|
isPushEnabled = true,
|
|
offline = false,
|
|
CACHE_NAME = 'sw' + version;
|
|
$Script.RAW;
|
|
|