You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/16 06:15:05 UTC

[GitHub] chetanmeh opened a new pull request #3293: Script to extract view functions as js files

chetanmeh opened a new pull request #3293: Script to extract view functions as js files
URL: https://github.com/apache/incubator-openwhisk/pull/3293
 
 
   This PR adds a module to host some utility scripts.
   
   To start with this PR adds a utility script to extract the view functions which are embedded in design docs json files in ansible/files folder to formatted js files. This helps in understanding the design docs better
   
       ./gradlew -p tools/dev couchdbViews
   
   The views would created under _tools/dev/build/views_ directory with name set to <design doc name>-<view name>.js 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services