Skip to content

Commit

Permalink
Improve README: hint to linked library
Browse files Browse the repository at this point in the history
  • Loading branch information
recumbentbirder committed Aug 1, 2018
1 parent 7a8c458 commit 471a3ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ To build the metric library run the following command:

npm run webpack

This will output a `venus-metrics.min.js` file in the build folder which can be used in a browser based web app.
This will output a `venus-metrics.min.js` file in the build folder which can be used in a browser based web app. In fact, at the moment there is a link in the app/ directory to the file created here in the build folder, which is useful for development to make sure you alway serve the latest version of the library.

For hosting the app, only the app/ directory is nedded, _if_ you _copy_ the `venus-metrics.min.js` into the app/js/directory instead of the link.

## Running the App in a Dev Environment

Expand Down

0 comments on commit 471a3ce

Please sign in to comment.