platform/build_jael/build.yaml
2018-04-03 11:14:11 -04:00

23 lines
No EOL
431 B
YAML

builders:
jael:
target: "build_jael"
import: "package:build_jael/build_jael.dart"
builder_factories:
- jaelBuilder
auto_apply: root_package
build_extensions:
.jl:
- ".html"
required_inputs:
- .jl
defaults:
generate_for:
- "**/*.html"
- "*.html"
- "**.html"
targets:
$default:
sources:
- "**/*.html"
- "*.html"
- "**.html"