Skip to content

Instantly share code, notes, and snippets.

@chayn1k
Created October 15, 2015 18:11
Show Gist options
  • Select an option

  • Save chayn1k/cd772b7eb684f1433cac to your computer and use it in GitHub Desktop.

Select an option

Save chayn1k/cd772b7eb684f1433cac to your computer and use it in GitHub Desktop.
$ npm test
> [email protected] test d:\job\contributing\grunto
> grunt check
Modules(3), Tasks(2), Sub-tasks(5), Aliases(4)
Prepare Time (load-grunt-tasks work): 3.096s
Module Config Generation Time (grunto work): 0.029s
Unused Tasks (was loaded, but unused): "jshint"
Running "eslint:check/1" (eslint) task
grunt/check/included-task.js
7:3 warning Unexpected console statement no-console
grunt/included-task.js
7:3 warning Unexpected console statement no-console
✖ 2 problems (0 errors, 2 warnings)
Running "gruntoTask:check/2" (gruntoTask) task
>> Created config for "eslint:check/3"
Running "eslint:check/3" (eslint) task
grunt/check/included-task.js
7:3 warning Unexpected console statement no-console
grunt/included-task.js
7:3 warning Unexpected console statement no-console
✖ 2 problems (0 errors, 2 warnings)
Running "gruntoTask:check/4" (gruntoTask) task
>> done!!!
Running "eslint:hello" (eslint) task
Running "gruntoTask:included-task/1" (gruntoTask) task
!!! included task
>> done
Running "gruntoTask:included-task/1" (gruntoTask) task
!!! included task
>> done
Running "gruntoTask:check/included-task/1" (gruntoTask) task
!!! included task 2
>> done
Done, without errors.
Execution Time (2015-10-15 17:56:13 UTC)
eslint:check/1 6.3s ████████████████████████████████████████ 51%
eslint:check/3 5.7s ████████████████████████████████████ 46%
eslint:hello 281ms ██ 2%
Total 12.3s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment