Merge branch 'bstable'
This commit is contained in:
commit
f5c0d9ced9
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ node_modules/
|
|||||||
/.events
|
/.events
|
||||||
/.events2
|
/.events2
|
||||||
/dist/
|
/dist/
|
||||||
|
/builds/*.gz
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -340,7 +340,7 @@ stable : distready
|
|||||||
web : index.html distready
|
web : index.html distready
|
||||||
-git commit -am "Build web page."
|
-git commit -am "Build web page."
|
||||||
cd dist && git merge --no-commit -s ours master
|
cd dist && git merge --no-commit -s ours master
|
||||||
cd dist && git checkout master README.md index.html web.css img
|
cd dist && git checkout master README.md index.html web.css img .gitignore .gitattributes
|
||||||
cd dist && git commit -am "Update web page."
|
cd dist && git commit -am "Update web page."
|
||||||
|
|
||||||
update :
|
update :
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user