ven
ven
nice. test maybe ?
The first file could export something like ` IS_CLASSIC = select(4, GetBuildInfo()) == 11302`
Using parenthesis, inversing the order, ...
it's because of static-jade-brunch
Well, at that time I didn't get any auto-reload with static jade files (`.static.jade` back then) but the problem hasn't occured to me since i switched to `.jade` files
The readme mentions: ```ruby ActiveDecorator::Decorator.instance.decorate(ClassA.new).mtd_a ```
What? Why would coffee never see es6 modules going through? Did jeremy say that?
Would need to be added [here](https://github.com/michaelficarra/CoffeeScriptRedux/blob/master/src/compiler.coffee#L73), I suppose.
(Btw, the bracketed array comprehension is no more harmony's which decided to go `[for (a in b) a]` style). Not sure why CSR produces a closure here, seems unefficient no?...