projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
86cf5a6
)
use scp -r to copy tests directory
author
Dan Vanderkam
<dan@dygraphs.com>
Sun, 24 Apr 2011 22:47:37 +0000
(18:47 -0400)
committer
Dan Vanderkam
<dan@dygraphs.com>
Sun, 24 Apr 2011 22:47:37 +0000
(18:47 -0400)
push-to-web.sh
patch
|
blob
|
blame
|
history
diff --git
a/push-to-web.sh
b/push-to-web.sh
index
7aca0f4
..
997201b
100755
(executable)
--- a/
push-to-web.sh
+++ b/
push-to-web.sh
@@
-11,7
+11,7
@@
site=$1
./generate-documentation.py > docs/options.html
# Copy everything to the site.
./generate-documentation.py > docs/options.html
# Copy everything to the site.
-scp
tests/*.html tests/*.js tests/*.png $site/tests/
\
+scp
-r tests $site
\
&& \
scp dygraph*.js gadget.xml excanvas.js thumbnail.png screenshot.png docs/* $site/
&& \
scp dygraph*.js gadget.xml excanvas.js thumbnail.png screenshot.png docs/* $site/