summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/freeipa.profile.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-11-26 13:14:58 +0100
committerPetr Vobornik <pvoborni@redhat.com>2013-01-18 15:10:35 +0100
commit339790ec8eca5b7f781e59c667880b0938616918 (patch)
tree8b18e0ea1315d0fd894fd0c8960e4a319ede4f93 /install/ui/src/freeipa/freeipa.profile.js
parent9d3364719dc5cdabe196ae19bf89ec4d2a95e2bd (diff)
downloadfreeipa-339790ec8eca5b7f781e59c667880b0938616918.tar.gz
freeipa-339790ec8eca5b7f781e59c667880b0938616918.tar.xz
freeipa-339790ec8eca5b7f781e59c667880b0938616918.zip
Config files for builder of FreeIPA UI layer
* Added package configuration and build profile of FreeIPA UI layer for Dojo Builder. * Added script (util/make-ui.sh) which builds the layer https://fedorahosted.org/freeipa/ticket/112
Diffstat (limited to 'install/ui/src/freeipa/freeipa.profile.js')
-rw-r--r--install/ui/src/freeipa/freeipa.profile.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/freeipa.profile.js b/install/ui/src/freeipa/freeipa.profile.js
new file mode 100644
index 000000000..be81f18fc
--- /dev/null
+++ b/install/ui/src/freeipa/freeipa.profile.js
@@ -0,0 +1,16 @@
+//
+// Dojo builder profile file
+//
+
+
+var profile = (function(){
+ return {
+ resourceTags: {
+
+ // all JavaScript files are AMD modules
+ amd: function(filename, mid) {
+ return /\.js$/.test(filename);
+ }
+ }
+ };
+})(); \ No newline at end of file