mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-11 03:19:42 +02:00
Issue #296 -- better build instructions
This commit is contained in:
@@ -53,12 +53,11 @@ Fork, then:
|
|||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
Then the dependencies will have been installed. You use gulp as build tool.
|
Then the dependencies will have been installed. You use gulp and npm calls as build tools.
|
||||||
|
|
||||||
The following targets are probably interesting:
|
The following targets are probably interesting:
|
||||||
|
|
||||||
* jison - compiles the jison grammars to parser files
|
* jison - compiles the jison grammars to parser files
|
||||||
* dist - complies files to the dist catalog
|
|
||||||
|
|
||||||
for instance:
|
for instance:
|
||||||
```
|
```
|
||||||
@@ -69,4 +68,9 @@ To run the tests:
|
|||||||
npm run karma
|
npm run karma
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To build the /dist directory
|
||||||
|
```
|
||||||
|
npm run dist
|
||||||
|
```
|
||||||
|
|
||||||
Thanks, Knut Sveidqvist
|
Thanks, Knut Sveidqvist
|
||||||
|
Reference in New Issue
Block a user