Removed min from revealjs file names

This commit is contained in:
John D. Corless 2015-02-03 15:47:57 -06:00
parent 42f58f3cdc
commit 954d6a5dd2
1 changed files with 3 additions and 3 deletions

View File

@ -400,7 +400,7 @@ using custom variable `org-reveal-root'."
(concat (concat
;; stylesheets ;; stylesheets
(format " (format "
<link rel=\"stylesheet\" href=\"%scss/reveal.min.css\"/> <link rel=\"stylesheet\" href=\"%scss/reveal.css\"/>
<link rel=\"stylesheet\" href=\"%scss/theme/%s.css\" id=\"theme\"/> <link rel=\"stylesheet\" href=\"%scss/theme/%s.css\" id=\"theme\"/>
" "
root-path root-path root-path root-path
@ -436,10 +436,10 @@ custom variable `org-reveal-root'."
(let* ((root-path (file-name-as-directory (plist-get info :reveal-root)))) (let* ((root-path (file-name-as-directory (plist-get info :reveal-root))))
(concat (concat
;; reveal.js/lib/js/head.min.js ;; reveal.js/lib/js/head.min.js
;; reveal.js/js/reveal.min.js ;; reveal.js/js/reveal.js
(format " (format "
<script src=\"%slib/js/head.min.js\"></script> <script src=\"%slib/js/head.min.js\"></script>
<script src=\"%sjs/reveal.min.js\"></script> <script src=\"%sjs/reveal.js\"></script>
" "
root-path root-path) root-path root-path)
;; plugin headings ;; plugin headings