From: W. Trevor King Date: Fri, 17 Jan 2014 19:47:14 +0000 (-0800) Subject: js/Chart.min.js: Symlink to the minified 0.2 library X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fdf722a2563132f5c70a6b5d5be5c403f93414f4;p=reveal.js.git 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. --- 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