Fix

Tim van der Meij 2013-07-25 08:07:04 -07:00
parent 15e8ffd70a
commit ea97e5fb73

@ -74,13 +74,10 @@ Now that your build is done, you can copy the viewer and its resources (core fil
# make a production directory if you haven't done so already
mkdir ./production/
# copy the viewer and its resources to the production folder
cp -R ./build/generic ./production
# directory holding image and i18n
cp -R ./build/generic/web/{images,locale}/ ./production
=== Compatibility ===
Note that you must include <tt>compatibility.js</tt> in order to support browsers like IE8+.