Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dnguyen1193 authored Sep 10, 2018
1 parent 5e0a0d4 commit 8396d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ The rollup configuration files for each tool is located in the directory [rollup

```rollup -c rollup/rollup.expression-map.config.js```

This will recompile and generate a new bundled tool code in the directly build/js/.
This will recompile and generate a new bundled tool code in the directory `build/js/`.

To minify the bundled code, first set the environment variable NODE_ENV to "prod", for example in a Bash terminal, the command would be:
```export NODE_ENV="prod"```

Then run rollup to recompile the code. All the demos are using the minified code of the tools. I
Then run rollup to recompile the code. All the demos are using the minified code of the tools.

---

Expand Down

0 comments on commit 8396d8d

Please sign in to comment.