Skip to content

Instantly share code, notes, and snippets.

@rdworth
Created April 25, 2012 14:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rdworth/2490081 to your computer and use it in GitHub Desktop.
Save rdworth/2490081 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