Skip to content

Commit

Permalink
fix: make browserify an optional dependency (#53)
Browse files Browse the repository at this point in the history
Fixes #52
  • Loading branch information
chrispcampbell authored Nov 16, 2020
1 parent 083109a commit e9bbbc6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1,009 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,12 @@ sde clean {model}

**Generate a web app to run the model and graph the results**

Note that the `generate --genhtml` command currently uses [Browserify](http://browserify.org)
to bundle the web app. The `browserify` package is not included with SDEverywhere by
default, so you will need to install it first as a dev dependency.

```
npm install --save-dev browserify
sde generate --genhtml {model}
```

Expand Down
Loading

0 comments on commit e9bbbc6

Please sign in to comment.