mirror of
https://github.com/88srzh/comics_db.git
synced 2025-08-06 17:29:50 +08:00
22 lines
568 B
YAML
22 lines
568 B
YAML
# Generated by Spider
|
|
|
|
# Generates unit tests to verify that the assets exists in assets directory
|
|
generate_tests: false
|
|
|
|
# Use this to remove vcs noise created by the `generated` comments in dart code
|
|
no_comments: true
|
|
|
|
# Exports all the generated file as the one library
|
|
export: true
|
|
|
|
# This allows you to import all the generated references with 1 single import!
|
|
use_part_of: true
|
|
|
|
# Location where all the generated references will be stored
|
|
package: resources
|
|
|
|
groups:
|
|
- path: images
|
|
class_name: AppImages
|
|
types: [.png, .jpg, .jpeg, .webp, .webm, .bmp]
|