summaryrefslogtreecommitdiffstats
path: root/install/ui/util/compile.sh
Commit message (Collapse)AuthorAgeFilesLines
* webui: layer for standalone pages which use WebUI frameworkPetr Vobornik2014-06-301-12/+0
| | | | | | | | | | Current compiled Web UI layer (app.js) contains every FreeIPA plugin and not just the UI framework. It's not possible to start just a simple facet. This commit creates a basis for a layer (core.js) which contains only framework code and not entity related code. Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* Dojo BuilderPetr Vobornik2013-01-181-0/+120
Added support for Dojo builder. * Includes built builder and patches required to build the builder. * _base/configRhino.js is required by the builder to run under rhino. * added utility scripts for running the builder * build.sh * clean.sh * compile.sh * make-builder.sh * prepare-dojo.sh https://fedorahosted.org/freeipa/ticket/112