mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
Updated instructions for building dist
This commit is contained in:
parent
589b0a6a09
commit
2a426c8108
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ Now all the required packages are ready.
|
|||
Build
|
||||
-----
|
||||
npm has various scripts configured. The main scripts are `build` and `build:dev`.<br />
|
||||
`npm run build:dev` should be used while developing (it uses Webpack Development mode); <br />
|
||||
`npm run build` should be used to push changes in GitHub (it uses Webpack Production mode; in GitHub, the files in `httpdocs/docs` should be generated by `npm run build`);<br />
|
||||
`npm run build:dev` should be used while developing (it uses Webpack Development mode). <br />
|
||||
`make dist-ntopng` should be used to push changes in GitHub.<br />
|
||||
|
||||
Developing
|
||||
----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue