-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from tbela99/v.next
V2.8.0 - Add \.ico as a supported PWA icon format #78 - Add purpose property to the PWA manifest options #78 - Add screenshots property to the PWA manifest options #78- remove duplicated path the file name #88 - change default pwa display to _standalone_ #78 - \[performance\] precompress cache files. If the client advertises compression support, then send the compressed file. Brotli support requires the brotli extension #89 - optionally preserve IE conditional comments #88 - remove the length restriction of the manifest short_name #78 - fix security and performance issues induced by links with _target=\_blank_ attribute #91 - asynchronously initialize the service worker using \<script defer\> #78 - Link preloading : preload only once #99 - \[bug\] fix invalid configuration path #94 - \[bug\] the minification produced invalid HTML when the HTML provided had missing space between attributes #88 - \[bug\] the protocol is removed in the HTML content instead of href|src attributes only - \[bug\] fix an uncaught javascript error in the service worker js #78 - \[bug\] fix 404 error when Hotlink protection is ON and cache files is OFF #78i - \[bug\] fix ignored javascript are removed from the page #96
- Loading branch information
Showing
78 changed files
with
3,104 additions
and
4,728 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
test/ export-ignore | ||
docs/ export-ignore | ||
config/ export-ignore | ||
composer.lock export-ignore | ||
composer.phar export-ignore | ||
.gitignore export-ignore | ||
build.sh export-ignore | ||
imagesloader.es6 export-ignore | ||
jsdoc.json export-ignore | ||
rollup.config.js export-ignore | ||
terser.config.js export-ignore | ||
.eslintrc.js export-ignore | ||
.editorconfig export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
.idea/ | ||
jasmine/ | ||
node_modules/ | ||
node_modules/ | ||
package-lock.json | ||
test/ | ||
excluded.lst | ||
/composer.phar | ||
/composer.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"require": { | ||
"lordelph/icofileloader": "^2.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.