diff iReport.sh @ 4:a4813532bbc6 draft

Added MarkDown support
author saskia-hiltemann
date Tue, 07 Oct 2014 08:41:30 -0400
parents 4a6ebda2a3ae
children 42076db43d42
line wrap: on
line diff
--- a/iReport.sh	Tue Sep 30 09:56:12 2014 -0400
+++ b/iReport.sh	Tue Oct 07 08:41:30 2014 -0400
@@ -65,7 +65,7 @@
 fi
 echo -e "coverimage3: $coverimage"
 
-## Copy supporting files to output directory
+## Copy supporting files from repository to output directory
 cp ${repositorypath}/jquery.dataTables.css ${galaxypath}/jquery.dataTables.css
 cp ${repositorypath}/jquery.dataTables.js ${galaxypath}/jquery.dataTables.js
 cp -R ${repositorypath}/iframe-resizer/ ${galaxypath}/iframe-resizer/
@@ -74,6 +74,9 @@
 cp ${repositorypath}/jquery-ui.css ${galaxypath}/jquery-ui.css
 cp ${repositorypath}/jquery-1.10.2.js ${galaxypath}/jquery-1.10.2.js
 cp ${repositorypath}/jquery-ui.js ${galaxypath}/jquery-ui.js
+cp ${repositorypath}/md.css ${galaxypath}/md.css
+cp ${repositorypath}/ireport_css.css ${galaxypath}/ireport_css.css
+cp ${repositorypath}/ireport_jquery.js ${galaxypath}/ireport_jquery.js
 
 echo "done copying resource files"
 ls ${galaxypath}