@@ -26,20 +26,15 @@ After this, open the next web-application: `http://[host]/VisualEditor/`
2626### Development
2727
2828To participate in development of this application, you have [ NodeJS] ( https://nodejs.org ) and Caché
29- 2016.\* to be installed.
29+ 2016.2+ to be installed (due to UDL import). Or, of course, you can copy & paste sources into
30+ Studio, but this would take a lot of time.
3031
3132The development process of this application ** lies completely outside Caché** . It includes
3233structured file tree under ` source ` directory, and each of that files can be edited in your
3334favorite source editor.
3435
35- When the source is ready, you need global gulp module to perform builds. Open the command prompt and
36- install it with one command:
37-
38- ``` bash
39- npm install -g gulp
40- ```
41-
42- Then you have to install all project dependencies by running this command from the project's root:
36+ When the source is ready you have to install all project dependencies by running this command from
37+ the project's root:
4338
4439``` bash
4540npm install
@@ -48,11 +43,11 @@ npm install
4843And now you are ready to build the project from the sources! This time and each next run this:
4944
5045``` bash
51- gulp
46+ npm run gulp
5247```
5348
5449Take your ready to import sources in ` build/cache ` folder.
5550
56- To simplify development on Windows (scripts for other platforms are welcome),
51+ ** To simplify** development on Windows (scripts for other platforms are welcome),
5752make the copy of ` import.bat ` file and edit the path to your Caché instance there.
5853Then you can just use one command ` import ` (etc) to deploy the project from source to Caché.
0 commit comments