HumanDynamics / MassScaleSocialSystems

For TweetPing Collaboration on Mass Scale Participatory Projects
1 stars 1 forks source link

Minification fails under Ubuntu build #76

Closed jwalsh closed 9 years ago

jwalsh commented 9 years ago

Using a static copy to continue with the review.

Reproduction:

  1. ssh shostekofsky@projectgamr-dev.media.mit.edu 'cd ProjectGAMR/Web; npm run static'
  2. Load http://projectgamr-dev.media.mit.edu/assets/gamr.min.js

Expect: The file wouldn't be empty

CC: @skiano

jwalsh commented 9 years ago

$ cat ~/ProjectGAMR/Web/dist/gamr.js console.error("Error: Cannot find module 'eventListener' from '/home/shostekofsky/ProjectGAMR/Web/lib/scripts/services'");

DarkSymmetry commented 9 years ago

@jwalsh : Is this issue still open?

jwalsh commented 9 years ago

Addressed in -dev and production with the legacy-node installation.