Created
December 22, 2015 01:08
-
-
Save glesage/c82af62006d437dc3fb0 to your computer and use it in GitHub Desktop.
grunt error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tidespin jeff$ grunt | |
Running "newer:jshint" (newer) task | |
Running "newer:jshint:server" (newer) task | |
No newer files to process. | |
Running "newer:jshint:serverTest" (newer) task | |
No newer files to process. | |
Running "newer:jshint:all" (newer) task | |
Running "jshint:all" (jshint) task | |
client/app/main/main.controller.js | |
line 31 col 59 Missing semicolon. | |
line 79 col 19 'threshold' is already defined. | |
line 58 col 9 '$log' is not defined. | |
line 108 col 14 'switchClass' is defined but never used. | |
✖ 4 problems | |
Warning: Task "jshint:all" failed. Use --force to continue. | |
Aborted due to warnings. | |
Execution Time (2015-12-22 01:07:49 UTC) | |
loading tasks 132ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 19% | |
newer:jshint:server 22ms ▇▇▇▇ 3% | |
newer:jshint:serverTest 7ms ▇▇ 1% | |
newer:jshint:all 209ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 30% | |
jshint:all 311ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 45% | |
Total 689ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment