You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ko...@apache.org on 2014/09/05 12:02:13 UTC

svn commit: r1622669 - /olingo/site/trunk/content/doc/javascript/project-build.mdtext

Author: koblers
Date: Fri Sep  5 10:02:12 2014
New Revision: 1622669

URL: http://svn.apache.org/r1622669
Log:
Olingo: Update OlingoJS doc

Modified:
    olingo/site/trunk/content/doc/javascript/project-build.mdtext

Modified: olingo/site/trunk/content/doc/javascript/project-build.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/javascript/project-build.mdtext?rev=1622669&r1=1622668&r2=1622669&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/javascript/project-build.mdtext (original)
+++ olingo/site/trunk/content/doc/javascript/project-build.mdtext Fri Sep  5 10:02:12 2014
@@ -18,7 +18,7 @@ Notice:    Licensed to the Apache Softwa
 
 # Building the Olingo OData Client for Java Script 
 
-### Test for proper installation
+### Test for tools prerequisites
 
 Open your (git-)bash and navigate to the folder 
 ``olingo-odata4-js/odatajs/``
@@ -47,8 +47,20 @@ This task chain will perform the followi
 * ``concat`` 
   Add a final licence header to the files *build/odatajs.<version>.js* and *build/odatajs.<version>.min.js*
 
+The files will be createt in the ./build folder:
+
+* odatajs*.js
+  <br/>The uncompressed library
+* odatajs*.min.js
+  <br/>The minified library
+* odatajs*.map
+  <br/>The map file used by the browsers to enable debugging of the minified library
+
+
 ### Check the license headers
 
+please ensure that the rat tools is properly installe (see project-setup documentaion)
+
 **``grunt license-check``**