Rob Dodson
Rob Dodson
Are you asking if the scaffold creates this file or are you asking what the file is for?
`yo polymer` should already generate a `.editorconfig` for you. Are you not seeing that?
ah I see. It's just cloning the seed-element repo which doesn't contain a .editorconfig. I could see about adding one. On Wed, May 4, 2016 at 4:15 PM, Vikram [email protected]...
Hm yeah i see what you're saying. One of the things we've tried to do with the generator is not create our own templates but instead pull in other canonical...
Would you care to submit a PR for this change? You'll probably need to use an approach like this https://github.com/yeoman/generator-polymer/blob/master/app/index.js#L60-L72
Yeah there's a block in there that does a gnarly regex to try to auto-insert your tests for you. It's probably silently blowing up
Hm, I immediately get an error when I type `yo polymer:seed foo` Are others not seeing that?
Can you also tell me which version of node you're using?
ok i'll take a look at this
Please try with the latest version of the generator (I just released a new one). Make sure that you're using `` and not ``