From: Dan Vanderkam Date: Wed, 19 Nov 2014 04:18:46 +0000 (-0500) Subject: Flesh out downloads page (fixes #450) X-Git-Tag: v1.1.0~20^2~1 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=19526d02058ccf9b37027fcee35eb9a8d1b2239c;p=dygraphs.git Flesh out downloads page (fixes #450) --- diff --git a/generate-download.py b/generate-download.py index a6157d6..75108fa 100755 --- a/generate-download.py +++ b/generate-download.py @@ -49,6 +49,20 @@ print ''' %(current_html)s +

You can also source a hosted version of dygraphs from cdnjs.com:

+ +
<script src="//cdnjs.cloudflare.com/ajax/libs/dygraph/%(version)s/dygraph-combined.js"></script>
+ +

You can also find dygraphs on NPM and Bower.

+ +

To install using NPM:

+
$ npm install dygraphs
+# dygraphs is now in node_modules/dygraphs/dygraph-combined.js
+ +

To install using bower:

+
$ bower install dygraphs
+# dygraphs is now in bower_components/dygraphs/dygraph-combined.js
+

For dev (non-minified) JS, see dygraph-dev.js on github.

To generate your own minified JS, run: