Skip to content

Instantly share code, notes, and snippets.

@brendandahl
Created October 2, 2012 17:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brendandahl/3821444 to your computer and use it in GitHub Desktop.
Save brendandahl/3821444 to your computer and use it in GitHub Desktop.
Build pdf.js and Copy to Gaia
#!/bin/sh
pushd .;
cd ~/projects/mine/pdf.js
node make b2g
cp -R ~/projects/mine/pdf.js/build/b2g/content ~/projects/mine/gaia/apps/pdfjs/;
cd ~/projects/mine/gaia
rm -rf profile
make
/Applications/B2G.app/Contents/MacOS/b2g -jsconsole -profile ~/projects/mine/gaia/profile/
popd;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment