athenalabs / acorn-player

Acorn Player
MIT License
22 stars 0 forks source link

remove closure #138

Closed jbenet closed 11 years ago

jbenet commented 11 years ago

Closure is a pain to use. would be great to remove it and use uglify 2.

Only problem is inter-file dependencies.

Guess we can use a makefile, like d3.

jbenet commented 11 years ago

https://github.com/mbostock/smash win.

jbenet commented 11 years ago

@ali01 I think this is the way to go. Smash + Uglify.

one can always closure compile the smashed version, but not have that be the default.

jbenet commented 11 years ago

Notes: