File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,7 @@ application.
37
37
38
38
To build project, you need [ NodeJS] ( https://nodejs.org ) platform to be installed. Then, clone source
39
39
code and run <code >npm install</code > from the root of the project. This will install all necessary
40
- modules from NPM. Also run <code >npm install -g gulp</code > if you have no gulp builder in your
41
- modules.
40
+ modules from NPM for the project.
42
41
43
- After that and each next time just run <code >gulp</code > command from the project root. This will
44
- generate <code >build</code > directory, where you will found all what you need .
42
+ After that and each next time just run <code >npm run gulp</code > command from the project root.
43
+ This will generate <code >build</code > directory, where you will find XML file ready to import .
Original file line number Diff line number Diff line change 25
25
"gulp-zip" : " ^2.0.2"
26
26
},
27
27
"scripts" : {
28
- "test " : " node test/testServer "
28
+ "gulp " : " gulp "
29
29
},
30
30
"repository" : {
31
31
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments