4 #This directory contains a jbake project that regenerates the JalviewLite example pages
5 #shown at http://www.jalview.org/examples/applets.html
7 #Instructions for building the examples directory from the jbake project:
9 #Download jbake and add it to your path:
11 #(unzip the download and add the extracted directory to your path)
15 # this generates the example pages in the 'output' directory
18 # jbake -s will test the output. Copy build artefacts (jalviewLite/JmolApplet jars) into the assets directory to create a real test
20 # remove the pages jbake autogenerates
21 rm output/archive.html output/index.html output/feed.xml
23 # and copy all the rest to examples
24 cp output/*.html ../examples/
25 cp -R output/css output/images ../examples/