Skip to content

Instantly share code, notes, and snippets.

@tcorral
Forked from rdworth/gist:2490081
Created September 14, 2012 20:46
Show Gist options
  • Save tcorral/3724700 to your computer and use it in GitHub Desktop.
Save tcorral/3724700 to your computer and use it in GitHub Desktop.
➜ 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