Fix
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
|
# make a production directory if you haven't done so already
|
||||||
mkdir ./production/
|
mkdir ./production/
|
||||||
|
|
||||||
# copy the viewer and its resources to the production folder
|
# copy the viewer and its resources to the production folder
|
||||||
cp -R ./build/generic ./production
|
cp -R ./build/generic ./production
|
||||||
|
|
||||||
# directory holding image and i18n
|
|
||||||
cp -R ./build/generic/web/{images,locale}/ ./production
|
|
||||||
|
|
||||||
=== Compatibility ===
|
=== Compatibility ===
|
||||||
|
|
||||||
Note that you must include <tt>compatibility.js</tt> in order to support browsers like IE8+.
|
Note that you must include <tt>compatibility.js</tt> in order to support browsers like IE8+.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user