Skip to content

Commit

Permalink
Use plain HTTP imgage host
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jun 13, 2016
1 parent 22cdacd commit 4c76fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/npm.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ However NPM assumes disk access to resolve dependencies. How is that going to wo

## Browserify to the rescue

![browserify logo](https://www.opencpu.org/images/browserify.png)
![browserify logo](http://jeroenooms.github.io/V8/browserify.png)

[Browserify](http://browserify.org/) is a brilliant tool to bundle an npm package with all of its dependencies into a single js file that does not require disk access. It is mainly designed to make npm packages suitable for use on a webpage (duh) but it is useful with embedded V8 as well. To install it run:

Expand Down

0 comments on commit 4c76fa7

Please sign in to comment.