summaryrefslogtreecommitdiffstats
path: root/install/ui/build
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-06-05 17:12:41 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-30 12:27:05 +0200
commit46a42de5324390496fa70984c2d8cef7a6251b7a (patch)
tree6103453bf0d797f3a7c4d87dee4ed5b808866d12 /install/ui/build
parentc2c1131a7a3745a3bdcf9cea8a5c8203e3ae555b (diff)
downloadfreeipa-46a42de5324390496fa70984c2d8cef7a6251b7a.tar.gz
freeipa-46a42de5324390496fa70984c2d8cef7a6251b7a.tar.xz
freeipa-46a42de5324390496fa70984c2d8cef7a6251b7a.zip
webui: layer for standalone pages which use WebUI framework
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>
Diffstat (limited to 'install/ui/build')
-rw-r--r--install/ui/build/freeipa/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/build/freeipa/Makefile.am b/install/ui/build/freeipa/Makefile.am
index 045a090e6..d21004d1e 100644
--- a/install/ui/build/freeipa/Makefile.am
+++ b/install/ui/build/freeipa/Makefile.am
@@ -3,6 +3,7 @@ NULL =
appdir = $(IPA_DATA_DIR)/ui/js/freeipa
app_DATA = \
app.js \
+ core.js \
$(NULL)
EXTRA_DIST = \