holodex / app

http://holodex.enspiral.com
GNU Affero General Public License v3.0
24 stars 1 forks source link

`ui/light-theme.js` breaking on uglify #119

Closed ahdinosaur closed 9 years ago

ahdinosaur commented 9 years ago

how to reproduce:

./node_modules/.bin/browserify src/node_modules/ui/light-theme.js -t uglifyify

/cc @simontegg

ahdinosaur commented 9 years ago

error message: Unexpected token punc «(», expected punc «:» (line: 24, col: 21, pos: 742)

ahdinosaur commented 9 years ago

@simontegg would you want me to get babel and babelify setup on 'master'? i can cherry-pick https://github.com/holodex/app/commit/e414f083bc1ac4a4a957de7eaf150820fe0198ad and add an app-level babelify transform

simontegg commented 9 years ago

that'd be cool.