Skip to content

Commit

Permalink
readme update, bump npm rev
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Bell committed Oct 23, 2015
1 parent f864ab1 commit 2a6d38d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Easily modifiable to run any job in parallel (see worker.js).

Probably would be more accurate to call it "multicore-uglifyjs".

On my machine a large test takes 2.5 hours on a single CPU, and 20 minutes with
parallel-uglifyjs.

## Installation

$ npm install -g parallel_uglifyjs
Expand All @@ -23,7 +26,7 @@ Probably would be more accurate to call it "multicore-uglifyjs".
$ cp -prv big_test big_test.virgin

## Help
I'm pretty sure the packaging for node is wrong (I should have a bin and lib
I'm pretty sure the npm packaging is wrong (I should have a bin and lib
dir at least). Please raise an issue, or fork and issue a pull request.

Also on an Ubuntu 14.04 LTS machine (kernel version 3.13), the workers seem to
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parallel-uglifyjs",
"version": "0.0.4",
"version": "1.0.1",
"dependencies": {
"finder-on-steroids": "^0.3.1",
"uglify-js": "~2.4.15"
Expand Down

0 comments on commit 2a6d38d

Please sign in to comment.