boxart / boxart-boiler

A boilerplate for Responsive DOM based Open Web Games.
MIT License
13 stars 4 forks source link

Syntax error in simple-demo #108

Closed sea-witch closed 7 years ago

sea-witch commented 8 years ago

In the "simple-demo" branch, when I run grunt I see this error:

ERROR in ./src/modules/main/index.jsx
Module build failed: SyntaxError: /Users/zac/dev/boxart-simple-demo/src/modules/main/index.jsx: Unexpected token (475:6)
  473 |       typeof tile.matchX === 'number' ?
  474 |       // (options => this.cleanTile(tile)) :
> 475 |       (options => this.explodeAnimation(options, tile)) :
      |       ^
  476 |       tile.disappear ?
  477 |       (options => this.disappearAnimation(options, tile)) :
  478 |       options => (
mzgoddard commented 7 years ago

Thanks for filing this issue @BillyZac. All is well in the branch now (fac8956).