Mercurial > repos > saskia-hiltemann > ireport_dev
diff iReport.sh @ 1:bda1cc8041bf draft
Markdown support added
| author | saskia-hiltemann |
|---|---|
| date | Tue, 07 Oct 2014 08:47:45 -0400 |
| parents | c73753f1606f |
| children |
line wrap: on
line diff
--- a/iReport.sh Mon Oct 06 08:13:54 2014 -0400 +++ b/iReport.sh Tue Oct 07 08:47:45 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}
