JavaScript documentation.
[gpl/argeo-suite.git] / Makefile
index 861041c34b84bd85b1571dfe44cac4f1ba78e390..092541769fb3a9b741ca56c673e15072fc76cda4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,10 +48,14 @@ clean:
 
 ## WEB
 web:
-       cd org.argeo.app.geo.js && npm run build
+       cd org.argeo.app.geo.js && npm run build-prod
 
 npm-install:
        cd org.argeo.app.geo.js && npm install
+       
+jsdoc:
+       org.argeo.app.geo.js/node_modules/.bin/jsdoc -r org.argeo.app.geo.js/src/org.argeo.app.geo.js \
+               -d $(SDK_BUILD_BASE)/jsdoc/org.argeo.app.geo.js
 
 
 include  $(SDK_SRC_BASE)/sdk/argeo-build/osgi.mk
\ No newline at end of file