From 722268c786cb87fbf98bb71ce97e1f1c830615b4 Mon Sep 17 00:00:00 2001 From: Oleksii Orel Date: Fri, 7 Oct 2016 16:11:11 +0300 Subject: [PATCH] add a maven exec task for TypeScript definition manager Signed-off-by: Oleksii Orel --- dashboard/README.md | 3 ++- dashboard/pom.xml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dashboard/README.md b/dashboard/README.md index a89d9e0372..a5dd510ed6 100644 --- a/dashboard/README.md +++ b/dashboard/README.md @@ -10,11 +10,12 @@ Che Dashboard - npm - Bower - gulp +- typings Installation instructions for Node.js and npm can be found on the following [link](https://docs.npmjs.com/getting-started/installing-node). Bower and gulp are CLI utilities which are installed via npm: ```sh -$ npm install --global bower gulp +$ npm install --global bower gulp typings ``` #Quick start diff --git a/dashboard/pom.xml b/dashboard/pom.xml index a650857c0f..92a1fd41a4 100644 --- a/dashboard/pom.xml +++ b/dashboard/pom.xml @@ -62,6 +62,10 @@ + + + +