Index: dart/site/try/update_howto.txt |
diff --git a/dart/site/try/update_howto.txt b/dart/site/try/update_howto.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..30dc384a6e211e81f108d5d26105052b93712168 |
--- /dev/null |
+++ b/dart/site/try/update_howto.txt |
@@ -0,0 +1,5 @@ |
+$ git pull --ff-only |
kasperl
2014/01/07 07:18:43
Maybe add a comment here to explain what this is u
ahe
2014/01/07 14:06:23
Deleted this file and added comments to deploy.sh.
|
+$ git checkout-index -a -f --prefix=8bbcef7/ |
+$ rm -rf 12775d4 |
+$ sh 8bbcef7/dart/web_editor/create_manifest.sh > live.appcache |
+$ sed -e 's/12775d4/8bbcef7/' -i.12775d4 index.html |