diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2012-11-21 15:23:29 +0100 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2013-01-18 15:10:36 +0100 |
commit | 92de64ec73e0058c6b12b22c9791ad3b019643fd (patch) | |
tree | 6966e47bf6e9182c9679ee850ba507521d40d75e /install/ui/js | |
parent | 217341560c0e4ef38c88b843c780a1ff90e47d67 (diff) | |
download | freeipa-92de64ec73e0058c6b12b22c9791ad3b019643fd.tar.gz freeipa-92de64ec73e0058c6b12b22c9791ad3b019643fd.tar.xz freeipa-92de64ec73e0058c6b12b22c9791ad3b019643fd.zip |
Web UI development environment directory structure and configuration
Added symbolic links which points to directories which should contain files of
Web UI layers. By changing those links we can switch between debugging (using
source codes) or testing (compiled version).
util/change-profile.sh utility serves for changing symbolic links in js/ dir
and therefore for switching between debugging and testing.
Default configuration for development is:
* freeipa source files
* libs as in git
* compiled Dojo layer
https://fedorahosted.org/freeipa/ticket/112
Diffstat (limited to 'install/ui/js')
l--------- | install/ui/js/dojo | 1 | ||||
l--------- | install/ui/js/freeipa | 1 | ||||
l--------- | install/ui/js/libs | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/install/ui/js/dojo b/install/ui/js/dojo new file mode 120000 index 000000000..d6b3ac70c --- /dev/null +++ b/install/ui/js/dojo @@ -0,0 +1 @@ +../build/dojo
\ No newline at end of file diff --git a/install/ui/js/freeipa b/install/ui/js/freeipa new file mode 120000 index 000000000..6f2b8618d --- /dev/null +++ b/install/ui/js/freeipa @@ -0,0 +1 @@ +../src/freeipa
\ No newline at end of file diff --git a/install/ui/js/libs b/install/ui/js/libs new file mode 120000 index 000000000..8fa90e2e6 --- /dev/null +++ b/install/ui/js/libs @@ -0,0 +1 @@ +../src/libs/
\ No newline at end of file |