JAL-1725 broadcast empty selection (to clear selection)
[jalview.git] / examples-jbake / README
1 #examples-jbake
2 #==============
3
4 #This directory contains a jbake project that regenerates the JalviewLite example pages
5 #shown at http://www.jalview.org/examples/applets.html
6
7 #Instructions for building the examples directory from the jbake project:
8
9 #Download jbake and add it to your path:
10 #http://hash.to/2R
11 #(unzip the download and add the extracted directory to your path)
12
13 cd examples-jbake
14
15 # this generates the example pages in the 'output' directory
16 jbake
17
18 # jbake -s will test the output. Copy build artefacts (jalviewLite/JmolApplet jars) into the assets directory to create a real test
19
20 # remove the pages jbake autogenerates
21 rm output/archive.html output/index.html output/feed.xml
22
23 # and copy all the rest to examples
24 cp output/*.html ../examples/
25 cp -R output/css output/images ../examples/