Hi Sina, If you have access to /system/console/bundles on the publisher,
the solution would be to retrieve the bundle from the author instance
and to manually install it on the publisher. To retrieve the bundle, you
can search for "com.adobe.granite.crxde-lite" using crx/de on the
author, and create a package with its path (usually something like
/libs/system//install/com.adobe.granite.crxde-lite )Building
and downloading the package, you will have the bundle in the archive
file generated. Uncom...