--- /dev/null
+This is not the file you are looking for.
+A reasonably up-to-date version can be found at http://dygraphs.com/dygraph-combined.js
+
+dygraph-combined.js is a "packed" version of the larger dygraphs JS files. It is
+smaller and loads more quickly, but is harder to debug.
+
+To generate this file, run "make" or generate-combined.sh.
#
# Dean Wampler <dean@deanwampler.com> March 22, 2010
-all: generate-combined
+all: test generate-combined
+
+clean:
+ @cp .dygraph-combined-clean.js dygraph-combined.js
generate-combined:
@echo Generating dygraph-combined.js
test:
@./test.sh
+
+lint:
+ @./lint.sh