| Index: utils/template/tool.dart
|
| diff --git a/utils/template/tool.dart b/utils/template/tool.dart
|
| index 59a8462f9826219b86d3598f5d0c5cb4ffa9ea9d..8b075eefbd8c6bb367ffe6d8b8eeb892876ac115 100644
|
| --- a/utils/template/tool.dart
|
| +++ b/utils/template/tool.dart
|
| @@ -31,11 +31,9 @@ printStats(String phase, num elapsed, [String filename = '']) {
|
| /**
|
| * Run from the `utils/css` directory.
|
| */
|
| -void main() {
|
| +void main(List<String> optionArgs) {
|
| // argument 0 - sourcefile full path
|
| // argument 1 - outputfile full path
|
| - var optionArgs = new Options().arguments;
|
| -
|
| String sourceFullFn = optionArgs[0];
|
| String outputFullFn = optionArgs[1];
|
|
|
|
|