mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
23 lines
603 B
YAML
23 lines
603 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: false
|
|
|
|
# This allows you to import all the generated references with 1 single import!
|
|
use_part_of: false
|
|
|
|
# Location where all the generated references will be stored
|
|
package: widgets/ui
|
|
|
|
groups:
|
|
- path: assets/images
|
|
class_name: LunaAssets
|
|
file_name: assets
|
|
types: [ .png, .jpg, .jpeg, .webp, .webm, .bmp ]
|