From fdf722a2563132f5c70a6b5d5be5c403f93414f4 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 17 Jan 2014 11:47:14 -0800 Subject: [PATCH] js/Chart.min.js: Symlink to the minified 0.2 library This may cause trouble for our friends on symlink-deprived filesystems (I'm looking at you Microsoft). You'll probably have to copy the source file (dep/chart/Chart.min.js) over by hand. Everyone will have to checkout the dep/chart submodule to get the link target. --- js/Chart.min.js | 1 + 1 file changed, 1 insertion(+) create mode 120000 js/Chart.min.js diff --git a/js/Chart.min.js b/js/Chart.min.js new file mode 120000 index 0000000..ace9e83 --- /dev/null +++ b/js/Chart.min.js @@ -0,0 +1 @@ +../dep/chart/Chart.min.js \ No newline at end of file -- 2.26.2