summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-10-08 18:49:27 +0300
committerAndrew Dolgov <[email protected]>2020-10-08 18:49:27 +0300
commit7395c125123da2adce5d55d3b26a5f8812fdac2c (patch)
tree44d29f7a7265c9682ce93648bc136f015f07a896 /index.php
parentd73ed30d76a5abd7dbfc15202f432f83a79f99ac (diff)
run default gulp tasks on startup
Diffstat (limited to 'index.php')
-rw-r--r--index.php38
1 files changed, 19 insertions, 19 deletions
diff --git a/index.php b/index.php
index 07d023f..9da75cd 100644
--- a/index.php
+++ b/index.php
@@ -40,25 +40,25 @@
// TODO: this should be unified with the service worker cache list
$check_files_mtime = [
- 'manifest.json',
- 'worker.js',
- 'img/ic_launcher_web.png',
- 'img/favicon.png',
- 'read.html',
- 'dist/app.min.js',
- 'dist/reader_iframe.min.js',
- 'dist/app.min.css',
- 'dist/app-libs.min.js',
- 'offline.html',
- 'dist/reader_iframe.min.css',
- 'lib/bootstrap/v3/css/bootstrap-theme.min.css',
- 'lib/bootstrap/v3/css/bootstrap.min.css',
- 'lib/bootstrap/v3/css/theme-dark.min.css',
- 'lib/bootstrap/v3/fonts/glyphicons-halflings-regular.woff2',
- 'lib/fonts/pmn-caecilia-55.ttf',
- 'lib/fonts/pmn-caecilia-56.ttf',
- 'lib/fonts/pmn-caecilia-75.ttf'
- ];
+ 'manifest.json',
+ 'worker.js',
+ 'img/ic_launcher_web.png',
+ 'img/favicon.png',
+ 'read.html',
+ 'dist/app.min.js',
+ 'dist/app.min.css',
+ 'dist/app-libs.min.js',
+ 'dist/reader_iframe.min.js',
+ 'dist/reader_iframe.min.css',
+ 'offline.html',
+ 'lib/bootstrap/v3/css/bootstrap-theme.min.css',
+ 'lib/bootstrap/v3/css/bootstrap.min.css',
+ 'lib/bootstrap/v3/css/theme-dark.min.css',
+ 'lib/bootstrap/v3/fonts/glyphicons-halflings-regular.woff2',
+ 'lib/fonts/pmn-caecilia-55.ttf',
+ 'lib/fonts/pmn-caecilia-56.ttf',
+ 'lib/fonts/pmn-caecilia-75.ttf'
+ ];
$last_mtime = array_reduce(
array_map("filemtime", $check_files_mtime),