Created
March 6, 2014 12:28
-
-
Save lsiden/9388539 to your computer and use it in GitHub Desktop.
This file contains 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
$ grunt | |
Running "jshint:all" (jshint) task | |
>> 2 files lint free. | |
Running "karma:unit" (karma) task | |
INFO [karma]: Karma v0.10.9 server started at http://localhost:9876/ | |
INFO [launcher]: Starting browser Firefox | |
INFO [launcher]: Starting browser PhantomJS | |
INFO [PhantomJS 1.9.7 (Linux)]: Connected on socket z1N6cZzaCnwgGhjRXQgj | |
INFO [Firefox 27.0.0 (Ubuntu)]: Connected on socket 7VoPrVjs9NPWsktYXQgk | |
PhantomJS 1.9.7 (Linux) ERROR | |
ReferenceError: Can't find variable: define | |
at /home/lsiden/projects/hacks/ui-select2/bower_components/jquery/src/jquery.js:36 | |
Firefox 27.0.0 (Ubuntu) ERROR | |
ReferenceError: define is not defined | |
at /home/lsiden/projects/hacks/ui-select2/bower_components/jquery/src/jquery.js:1 | |
Firefox 27.0.0 (Ubuntu) ERROR | |
ReferenceError: jQuery is not defined | |
at /home/lsiden/projects/hacks/ui-select2/bower_components/select2/select2.js:39 | |
PhantomJS 1.9.7 (Linux): Executed 0 of 0 ERROR (0.095 secs / 0 secs) | |
Firefox 27.0.0 (Ubuntu): Executed 0 of 0 ERROR (0.107 secs / 0 secs) | |
Warning: Task "karma:unit" failed. Use --force to continue. | |
Aborted due to warnings. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment