nanek / ladderapp

Ladder UI
https://ladderapp.firebaseapp.com/
2 stars 2 forks source link

Installation #5

Closed danpaz closed 9 years ago

danpaz commented 9 years ago

I hit a few snags getting this up and running from scratch:

> ladder@1.0.0 build /Users/danielpazsoldan/devs/ladderapp
> browserify . -t [envify --NODE_ENV production] | uglifyjs -cm > js/bundle.min.js

Parse error at -:211,9
Unexpected token punc «,», expected punc «:»
Error

I think this is just a typo on line 211 of the bundle.

danpaz commented 9 years ago

@nanek I have a branch to fix these ^. Can you give push permission so I can make a PR? Alternatively I can do the ol' fork & PR.

nanek commented 9 years ago

Added as collaborator. Thanks!

nanek commented 9 years ago

watch is failing as the folder dist does not exist. It was originally using the folder js.

nanek commented 9 years ago

Fixed.