Tommy

Results 198 comments of Tommy

`.babelrc.js` should be supported. Any issue with it? We're using https://github.com/tleunen/find-babel-config which supports it

Thank you for opening a PR about it. I agree that currently this is not ideal, and I had a few things in my personal life which prevented me from...

Yep, a lot of options require to be an array. We should probably also allow a single entry and convert it to an array when needed.

Remove the file from your `src`. Just keep `src: []`

More info would be helpful

Does it work if you only specify the username and repo name? ``` "react-google-analytics": "iDVB/react-google-analytics" ``` When browserify detects `./` it means it's a local dependency, so check the path...

`grunt-browserify` is now at `4.0.0`. So unless there's an issue with the latest version, I'll close this

Watchify 3.3.1 still uses chokidar. Is it working with the CLI?

So, is there a real issue here? Still not sure to understand. Watchify uses Browserify 11. We are using Browserify 11. So...

oh I see. Then upgrading to grunt-browserify 4.0 should resolve it?