MCPcopy
hub / github.com/ampproject/amphtml / printDefaultTaskHelp

Function printDefaultTaskHelp

build-system/tasks/default-task.js:14–21  ·  view source on GitHub ↗

* Prints a useful help message prior to the default amp task

()

Source from the content-addressed store, hash-verified

12 * Prints a useful help message prior to the default amp task
13 */
14function 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

Callers 1

defaultTaskFunction · 0.85

Calls 3

greenFunction · 0.85
cyanFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected