Will Honey

Results 19 comments of Will Honey

I'm seeing this as well on my Mac running El Capitan. Any updates?

So I had been using sprockets 2.x and angular-rails-templates 0.1.3 (yeah, I know) and updated to sprockets 3.x and found that I needed to update angular-rails-templates as well. It worked...

Hmm, I'll look into it more when I get a chance. For now I've had to go back to the old versions I was using. Thanks for your help!

Per @DarkArc's comment, I looked into the sub directories. I was able to get it working properly after using the `inside_paths` config. We currently have our frontend in a separate...

Hit this today, again, 5+ years later. I had no memory of this but grateful for things like this sticking around!

Did this every get implemented?

Hi there! Sorry for the late response. I've done some investigating and have determined the issue is with the `..` import statement. The rule doesn't know how to classify it...

Hmm, question for you @alexlafroscia: What would you expect `..` to be classified as? What about `../..` or `../../index.ts`? I think by strict definition they should be in the `index`...

@ai, as a vocal user of this rule, do you have any other thoughts on this?

Hi @lupenq, There is currently no way to do this. The library specifically ignores bare imports. Support could be added, but it would need to be an option, preferably a...