summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/freeipa.profile.js
diff options
context:
space:
mode:
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