Skip to content

Commit ffe18c1

Browse files
README Development introduction simplify, info about Caché version fix
1 parent 9016667 commit ffe18c1

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,15 @@ After this, open the next web-application: `http://[host]/VisualEditor/`
2626
### Development
2727

2828
To 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

3132
The development process of this application **lies completely outside Caché**. It includes
3233
structured file tree under `source` directory, and each of that files can be edited in your
3334
favorite 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
4540
npm install
@@ -48,11 +43,11 @@ npm install
4843
And 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

5449
Take 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),
5752
make the copy of `import.bat` file and edit the path to your Caché instance there.
5853
Then you can just use one command `import` (etc) to deploy the project from source to Caché.

0 commit comments

Comments
 (0)