projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2c2150
)
Copy new plugins dir to dygraphs.com
author
Dan Vanderkam
<dan@dygraphs.com>
Sat, 7 Apr 2012 17:07:19 +0000
(13:07 -0400)
committer
Dan Vanderkam
<dan@dygraphs.com>
Sat, 7 Apr 2012 17:07:19 +0000
(13:07 -0400)
push-to-web.sh
patch
|
blob
|
blame
|
history
diff --git
a/push-to-web.sh
b/push-to-web.sh
index
c5826cb
..
4d8985c
100755
(executable)
--- a/
push-to-web.sh
+++ b/
push-to-web.sh
@@
-18,7
+18,7
@@
if [ -s docs/options.html ] ; then
./generate-jsdoc.sh
# Copy everything to the site.
- scp -r gallery common tests jsdoc experimental $site \
+ scp -r gallery common tests jsdoc experimental
plugins
$site \
&& \
scp dygraph*.js gadget.xml excanvas.js thumbnail.png screenshot.png docs/* $site/
else