Created
February 3, 2014 12:52
-
-
Save padenot/8783306 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
➜ FxStumbler git:(master) make | |
which: no uglifyjs2 in (/usr/local/bin:/Users/padenot/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/padenot/local:/Users/padenot/depot_tools/) | |
help - display this text | |
all - compile zip file | |
➜ FxStumbler git:(master) make help | |
which: no uglifyjs2 in (/usr/local/bin:/Users/padenot/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/padenot/local:/Users/padenot/depot_tools/) | |
help - display this text | |
all - compile zip file | |
➜ FxStumbler git:(master) make all | |
which: no uglifyjs2 in (/usr/local/bin:/Users/padenot/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/padenot/local:/Users/padenot/depot_tools/) | |
test -s lib/localForage/.git -a -s lib/webL10n/.git || ( git submodule update --init --recursive && git submodule foreach git pull origin master ) | |
Submodule 'lib/localForage' (https://github.com/mozilla/localForage.git) registered for path 'lib/localForage' | |
Submodule 'lib/webL10n' (https://github.com/fabi1cazenave/webL10n.git) registered for path 'lib/webL10n' | |
Cloning into 'lib/localForage'... | |
remote: Counting objects: 615, done. | |
remote: Compressing objects: 100% (467/467), done. | |
remote: Total 615 (delta 174), reused 218 (delta 99) | |
Receiving objects: 100% (615/615), 802.01 KiB | 609 KiB/s, done. | |
Resolving deltas: 100% (174/174), done. | |
Submodule path 'lib/localForage': checked out 'e9cab8baeed0d22104a42037ccd1662b4a6523a7' | |
Cloning into 'lib/webL10n'... | |
remote: Reusing existing pack: 596, done. | |
remote: Total 596 (delta 0), reused 0 (delta 0) | |
Receiving objects: 100% (596/596), 160.69 KiB, done. | |
Resolving deltas: 100% (274/274), done. | |
Submodule path 'lib/webL10n': checked out 'b18c753c6fe81e733d86660d421ace7a7880e90f' | |
Entering 'lib/localForage' | |
From https://github.com/mozilla/localForage | |
* branch master -> FETCH_HEAD | |
Updating e9cab8b..d21d00c | |
Fast-forward | |
README.md | 63 +++++++++++++++++++++++++++++++++++++++------------------------ | |
dist/localForage.js | 5 ++++- | |
src/drivers/indexeddb.js | 1 + | |
src/drivers/localstorage.js | 1 + | |
src/drivers/websql.js | 1 + | |
src/localForage.js | 2 +- | |
6 files changed, 47 insertions(+), 26 deletions(-) | |
Entering 'lib/webL10n' | |
From https://github.com/fabi1cazenave/webL10n | |
* branch master -> FETCH_HEAD | |
Already up-to-date. | |
test -d build || mkdir build | |
cat style/form.css style/stumbler.css lib/leaflet/leaflet.css > build/style.css | |
cat lib/leaflet/leaflet.js lib/localForage/dist/localForage.js lib/webL10n/l10n.js js/stumbler.js > build/build.js | |
rm stumbler.zip | |
zip -r stumbler.zip index.html js build locales manifest.webapp | |
adding: index.html (deflated 74%) | |
adding: js/ (stored 0%) | |
adding: js/stumbler.js (deflated 77%) | |
adding: build/ (stored 0%) | |
adding: build/build.js (deflated 75%) | |
adding: build/style.css (deflated 76%) | |
adding: locales/ (stored 0%) | |
adding: locales/locales.ini (deflated 62%) | |
adding: manifest.webapp (deflated 54%) | |
➜ FxStumbler git:(master) ✗ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment