wakatime / browser-wakatime

Chrome extension for automatic time tracking and metrics generated from your browsing activity.
https://wakatime.com
BSD 3-Clause "New" or "Revised" License
397 stars 94 forks source link

README npm build instructions do not work #74

Open tamsky opened 5 years ago

tamsky commented 5 years ago

ISSUE

@alanhamlett would it be possible for you to test, and update the build instructions for this project ?

Even when following the README build instructions, the required file //public/js/events.js listed in //manifest.js is never generated, resulting in an non-loadable extension.

My attempts (which have also included node:6, :8 , :10, etc) look like:

# docker run -it --name chrome-wakatime node:8 bash -x -c \
'
git clone https://github.com/wakatime/chrome-wakatime.git &&
  cd chrome-wakatime ;
  mkdir -p public/js ;
  npm install --unsafe-perm ;
  ./node_modules/bower/bin/bower --allow-root install ;
  ./node_modules/.bin/gulp ;
  find . -ls
'
Eeems commented 5 years ago

See #75

Eeems commented 5 years ago

@tamsky Could you confirm that this is now working as per #75 being merged?