freeipa/install/ui/util/build
Petr Vobornik 19c3f173d9 Update Dojo and Dojo builder to 1.13.0
This is a result of the previous commits. Building the Dojo builder
was bit more complex as it was:
1. patched Dojo sources
2. built from Dojo builder sources.
3. moved to it's location in FreeIPA project
4. built by util/make-builder.sh (does minimazation and replaces
   itself)

Then Dojo layer is built by just:
1. util/make-dojo.sh

This process was documented some time ago at:

https://www.freeipa.org/page/V3/WebUI_build

Reviewed-By: Armando Neto <abiagion@redhat.com>
2018-07-12 15:38:01 +02:00
..
_base WebUI build: use NodeJS instead of Rhino 2018-07-12 15:38:01 +02:00
patches WebUI build: use NodeJS instead of Rhino 2018-07-12 15:38:01 +02:00
build.js Update Dojo and Dojo builder to 1.13.0 2018-07-12 15:38:01 +02:00
LICENSE Dojo Builder 2013-01-18 15:10:35 +01:00
README Dojo Builder 2013-01-18 15:10:35 +01:00

build.js is builded dojo builder, with applied patches from 'patches' folder, by
itself and compiled using uglify.js

_base/configRhino.js is unmodifed file from dojo/dojo. Required for a build to work.

= DOJO builder copyright notice =
Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details

= License =
Full Dojo license is in LICENSE file.