Created
April 25, 2012 14:28
-
-
Save rdworth/2490081 to your computer and use it in GitHub Desktop.
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
➜ 1.8pre git:(1.8pre) grunt | |
Running "selector:src/selector.js" (selector) task | |
<WARN> Unable to read "src/sizzle/sizzle.js" file (Error code: ENOENT). Use --force to continue. </WARN> | |
Aborted due to warnings. | |
# This error is caused by not having submodules pulled. Can be worked around by manually pulling submodules: | |
> git submodule update --init | |
# Next error is Windows only | |
Running "compare_size:files" (compare_size) task | |
Verifying property compare_size.files exists in config...OK | |
Reading dist/jquery.min.js...OK | |
Reading dist/jquery.js...OK | |
Reading dist/.sizecache.json...ERROR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment