Skip to content

Commit 0658fff

Browse files
committed
add dev notes
1 parent 399495e commit 0658fff

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Diff for: DEVELOPMENT.md

+24
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)