projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8149f79
)
copy extras directory to web
author
Dan Vanderkam
<danvdk@gmail.com>
Mon, 15 Apr 2013 03:02:10 +0000
(23:02 -0400)
committer
Dan Vanderkam
<danvdk@gmail.com>
Mon, 15 Apr 2013 03:02:10 +0000
(23:02 -0400)
push-to-web.sh
patch
|
blob
|
blame
|
history
diff --git
a/push-to-web.sh
b/push-to-web.sh
index
00448c3
..
2e6bfc3
100755
(executable)
--- a/
push-to-web.sh
+++ b/
push-to-web.sh
@@
-24,7
+24,7
@@
if [ -s docs/options.html ] ; then
find . -path ./.git -prune -o -print | xargs chmod a+rX
# Copy everything to the site.
- rsync -avzr gallery strftime rgbcolor common tests jsdoc experimental plugins $site \
+ rsync -avzr gallery strftime rgbcolor common tests jsdoc experimental plugins
extras
$site \
&& \
rsync -avzr dashed-canvas.js stacktrace.js dygraph*.js gadget.xml excanvas.js thumbnail.png screenshot.png docs/* $site/
else