summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-03-25 19:48:42 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-03-25 19:48:42 -0700
commit942b7b8f9cee34ec28a6d509f9f8d06273679fa4 (patch)
treeaf9d6ec5509b5a951546bebe6cc693b673669610 /pandoc.cabal
parentb6f75f60d6a33d85839f8bec09c044a766d2caaa (diff)
Slidy: Use slidy.js rather than slidy.js.gz.
Reason: some browsers have trouble with the gzipped js file, at least on the local file system. Closes #795.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b5a1a3b79..5ea7e3907 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -87,7 +87,7 @@ Data-Files:
data/s5/default/bodybg.gif,
-- data for slidy writer
data/slidy/styles/slidy.css,
- data/slidy/scripts/slidy.js.gz,
+ data/slidy/scripts/slidy.js,
data/slidy/graphics/fold.gif,
data/slidy/graphics/unfold.gif,
data/slidy/graphics/nofold-dim.gif,