Mordy Tikotzky

Results 4 comments of Mordy Tikotzky

the babel require hook above actually will only touch `.es6` files Thats what `extensions: ['.es6']` is setting. So babel shouldn't be touching anything from `tiny-lr`

FWIW moving the `require('babel/register')` to the end of the file seems to work. This does kinda indicate that its babel doing something wrong. ``` javascript module.exports = function(grunt) { require('load-grunt-tasks')(grunt);...

@ryanflorence you ok with this getting merged?

Seems like it was originally added to fix https://github.com/threepointone/glamor/issues/115