tessalt / echo-chamber-js

Commenting without the comments
4.06k stars 97 forks source link

Fixed build script #28

Closed jas14 closed 9 years ago

jas14 commented 9 years ago

Issues with build script:

  1. PATH didn't include locally installed node modules; either we should change npm install to npm install -g in the README or stick with this.
  2. The dist/ directory doesn't exist before the first build.
  3. The installed version of uglify (0.1.5 at the time of writing) has uglify as the binary name, not uglifyjs.
fliiiix commented 9 years ago

:+1: please merge this