* Prints a useful help message prior to the default amp task
()
| 12 | * Prints a useful help message prior to the default amp task |
| 13 | */ |
| 14 | function printDefaultTaskHelp() { |
| 15 | log(green('Running the default ') + cyan('amp ') + green('task.')); |
| 16 | log( |
| 17 | green( |
| 18 | '⤷ JS and extensions will be lazily built when requested from the server.' |
| 19 | ) |
| 20 | ); |
| 21 | } |
| 22 | |
| 23 | /** |
| 24 | * The default task run when `amp` is executed |
no test coverage detected