projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e27f94d
)
sync dist
author
Dan Vanderkam
<danvk@sidewalklabs.com>
Wed, 28 Dec 2016 20:28:22 +0000
(15:28 -0500)
committer
Dan Vanderkam
<danvk@sidewalklabs.com>
Wed, 28 Dec 2016 20:28:22 +0000
(15:28 -0500)
scripts/push-to-web.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/push-to-web.sh
b/scripts/push-to-web.sh
index
29bf648
..
a735b97
100755
(executable)
--- a/
scripts/push-to-web.sh
+++ b/
scripts/push-to-web.sh
@@
-30,7
+30,7
@@
if [ -s docs/options.html ] ; then
find . -print | egrep -v '\.git|node_modules' | xargs chmod a+rX
# Copy everything to the site.
- rsync -avzr src src/extras gallery common tests jsdoc $site \
+ rsync -avzr src src/extras gallery common tests jsdoc
dist
$site \
&& \
rsync -avzr --copy-links dist/* thumbnail.png screenshot.png $temp_dir/* $site/
else