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``**