1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Add thumbnail images to VSI (#415)

* add thumbnail image generation

improves page load from 41.7 MB to 7.6 MB

* remove filesCreated set - thumbnails for each image are generated.

* set package:image version in pubspec

* Update grind.dart
This commit is contained in:
John Ryan
2020-04-17 13:55:12 -07:00
committed by GitHub
parent 5a5cc8a62f
commit 8763d754ad
6 changed files with 46 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ We use [grinder](https://pub.dev/packages/grinder) to run the build tasks:
```bash
$ pub get
$ pub global activate grinder
$ grind build
$ grind generate
```
This will generate the index into `./web`