Created
March 6, 2014 12:25
-
-
Save lsiden/9388503 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 | |
WARN [watcher]: Pattern "/home/lsiden/projects/hacks/ui-select2/bower_components/jquery/jquery.js" does not match any file. | |
INFO [PhantomJS 1.9.7 (Linux)]: Connected on socket 4n493v1EA6hT2QbJWO3e | |
INFO [Firefox 27.0.0 (Ubuntu)]: Connected on socket rTfJA-sjJ_ACi-5aWO3f | |
PhantomJS 1.9.7 (Linux) ERROR | |
ReferenceError: Can't find variable: jQuery | |
at /home/lsiden/projects/hacks/ui-select2/bower_components/select2/select2.js:39 | |
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.097 secs / 0 secs) | |
Firefox 27.0.0 (Ubuntu): Executed 0 of 0 ERROR (0.096 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