Delete phases.dart
This commit is contained in:
parent
3cb768ebd3
commit
3fdc533497
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
import 'package:build_runner/build_runner.dart';
|
||||
import 'package:source_gen/builder.dart';
|
||||
import 'package:source_gen/generators/json_serializable_generator.dart';
|
||||
|
||||
final PhaseGroup PHASES = new PhaseGroup.singleAction(
|
||||
new GeneratorBuilder(const [const JsonSerializableGenerator()]),
|
||||
new InputSet('angel', const [
|
||||
'bin/**/*.dart',
|
||||
'lib/**/*.dart',
|
||||
'views/**/*.dart',
|
||||
'web/**/*.dart'
|
||||
]));
|
Loading…
Reference in a new issue