Carl Friis-Hansen - 2018-03-12 10:45:06
I was running the demo at command line:
~/Downloads/pwa/demo$ php pwamake.php all
The response was:
-----------------------------------------------------------
Running pwamake.php...
All: performing all jobs
PHP Warning: include_once(basefunc.php): failed to open stream: No such file or directory in .../Downloads/pwa/src/PWAssist.php on line 565
PHP Warning: include_once(): Failed opening 'basefunc.php' for inclusion (include_path='.:/usr/share/php') in .../Downloads/pwa/src/PWAssist.php on line 565
Icon img/todopwa-48.png created
Icon img/todopwa-96.png created
Icon img/todopwa-144.png created
Icon img/todopwa-256.png created
Manifest createdm size: manifest.json, size: 620
SW generating failed: template file not found :
.../Downloads/pwa/src/PWAssist.sw-template.js
-----------------------------------------------------------
Nice work, and I am not even sure if the missing include file is of any consequence. However, if it is, then maybe you forgot to include this file in the package?
Kind regards
Carl Friis-Hansen