mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-15 18:19:47 +00:00
Compare commits
4 Commits
lighthouse
...
v1.9.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8bf741ed4e | ||
|
|
9f660e5178 | ||
|
|
ef2318bcc1 | ||
|
|
364a5db5d5 |
10
.travis.yml
10
.travis.yml
@@ -1,12 +1,4 @@
|
|||||||
sudo: required
|
|
||||||
dist: xenial
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
|
||||||
- '10'
|
|
||||||
addons:
|
|
||||||
chrome: stable
|
|
||||||
cache: npm
|
cache: npm
|
||||||
script:
|
script: npm run build
|
||||||
- npm run build
|
|
||||||
- ./run_lighthouse.sh
|
|
||||||
after_success: npm run sizereport
|
after_success: npm run sizereport
|
||||||
|
|||||||
BIN
icon-large-maskable.png
Normal file
BIN
icon-large-maskable.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "squoosh",
|
"name": "squoosh",
|
||||||
"version": "1.8.1",
|
"version": "1.9.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -12861,7 +12861,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"minimist": {
|
"minimist": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
"resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
|
||||||
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
|
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
|
||||||
"dev": true
|
"dev": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "squoosh",
|
"name": "squoosh",
|
||||||
"version": "1.8.1",
|
"version": "1.9.0",
|
||||||
"license": "apache-2.0",
|
"license": "apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack-dev-server --host 0.0.0.0 --hot",
|
"start": "webpack-dev-server --host 0.0.0.0 --hot",
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
npx http-server -c0 -p 9000 build &
|
|
||||||
|
|
||||||
npm install -g @lhci/cli@next
|
|
||||||
|
|
||||||
lhci collect --url=http://localhost:9000/
|
|
||||||
|
|
||||||
lhci assert --preset="lighthouse:recommended"
|
|
||||||
|
|
||||||
EXIT_CODE=$?
|
|
||||||
kill $!
|
|
||||||
exit $EXIT_CODE
|
|
||||||
@@ -11,6 +11,12 @@
|
|||||||
"src": "/assets/icon-large.png",
|
"src": "/assets/icon-large.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "1024x1024"
|
"sizes": "1024x1024"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/assets/icon-large-maskable.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "1024x1024",
|
||||||
|
"purpose": "maskable"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"share_target": {
|
"share_target": {
|
||||||
|
|||||||
Reference in New Issue
Block a user