We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399495e commit 0658fffCopy full SHA for 0658fff
DEVELOPMENT.md
@@ -0,0 +1,24 @@
1
+# DEVELOPMENT NOTES
2
+
3
+## archiving old versions
4
5
+(hopefully automated someday)
6
7
+1. make repo on github
8
+2. in threejsfundamentals.org
9
+ 1. git fetch origin gh-pages
10
+ 2. git checkout gh-pages
11
+ 3. git rebase origin/gh-pages?
12
+ 4. git clone --branch gh-pages ../old.threejsfundamentals/rXXX
13
+3. cd ../old.threejsfundamentals.rXXX
14
+4. git remote rm origin
15
+5. git remote add origin <new-github-repo>
16
+6. edit CNAME
17
+7. delete
18
+ * robots.txt
19
+ * sitemap.xml
20
+ * atom.xml
21
+ * Gruntfile.js
22
+8. s/\/threejsfundamentals.org/\/rXXX.threejsfundamentals.org/g
23
+9. git push -u origin gh-pages
24
+10. Update DNS (cloudflare)
0 commit comments