summaryrefslogtreecommitdiff
path: root/live/js/mootools/readme.mootools.config
diff options
context:
space:
mode:
Diffstat (limited to 'live/js/mootools/readme.mootools.config')
-rw-r--r--live/js/mootools/readme.mootools.config32
1 files changed, 32 insertions, 0 deletions
diff --git a/live/js/mootools/readme.mootools.config b/live/js/mootools/readme.mootools.config
new file mode 100644
index 0000000..dccaf42
--- /dev/null
+++ b/live/js/mootools/readme.mootools.config
@@ -0,0 +1,32 @@
+This file documents the configuration of mootools!
+
+The otherwise cool feature of mootools to select only needed
+functionality can be a nightmare when trying to add additional
+features in a distributed development situation. Because the
+configured mootools download does not document in a central position
+which options have been selected to optain a specific version of
+mootools.
+
+Therefore this file, which documents the minimal selections needed to
+get a valid mootools configuration for the features of mootools used in
+live. In order to obtain the right mootools configuration follow these steps:
+
+- Go to mootools download page: http://mootools.net/download
+
+- Usualy 'Core' is preselected. This is OK :) but you can unselect it
+ to have a 'clean' starting base.
+
+- Scroll down to the bottom of the page and select the following
+ options towards the top of the download page in this order:
+ 1. Tips
+ 2. Ajax
+ 3. Drag.Move
+ 4. Window.DomReady
+ 5. Element.Selectors
+
+- Then open 'Choose compression type' and select 'No Compression' to
+ have fully documented mootools source. This helps when developing
+ own functionality and when trying do debug errors with Firebug.
+
+If mootools is extended by additional modules, please document this
+here in this file, by updating the selection scheme above.