You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ca...@apache.org on 2012/04/03 22:29:42 UTC

svn commit: r1309130 - /rave/site/trunk/content/documentation/admin-interface-preferences.mdtext

Author: carlucci
Date: Tue Apr  3 20:29:42 2012
New Revision: 1309130

URL: http://svn.apache.org/viewvc?rev=1309130&view=rev
Log:
CMS commit to rave by carlucci

Modified:
    rave/site/trunk/content/documentation/admin-interface-preferences.mdtext

Modified: rave/site/trunk/content/documentation/admin-interface-preferences.mdtext
URL: http://svn.apache.org/viewvc/rave/site/trunk/content/documentation/admin-interface-preferences.mdtext?rev=1309130&r1=1309129&r2=1309130&view=diff
==============================================================================
--- rave/site/trunk/content/documentation/admin-interface-preferences.mdtext (original)
+++ rave/site/trunk/content/documentation/admin-interface-preferences.mdtext Tue Apr  3 20:29:42 2012
@@ -29,3 +29,10 @@ Changing this value will change the numb
 Each page in the portal has a default suffix of "- Rave" in the browser's title bar.
 The administrator can change this into the company name or any other value.
 
+## JavaScript Debug Mode
+Enabled(1): Serves out the individual Rave JavaScript files separately (rave*.js), unmodified, for easy debugging.  
+This is the default setting.
+
+Disabled(0): Serves out one single concatenated and minified JavaScript file (rave_all.min.js) useful for 
+production environments when performance is more important.  This file is built using the
+wro4j-maven-plugin at build time.