Ruben Vermeersch

Results 194 comments of Ruben Vermeersch

Ah yes. Well, I stand by my point that you should ignore generated files from linting. This might happen again and it's totally pointless. Just don't lint machine-generated stuff, it's...

Don't think I will merge this. If you change the keys during extraction, you'll have to do the same transformation at runtime, otherwise they won't match. Which adds another confusing...

Could you give a bit more context? How does `main.ctrl.js` look like?

Ran into this as well, this is caused by API changes in Twig master. Add the following to your composer.json to depend on a 1.x version: ``` "twig/twig": "~1.24.0", ```...

> Again, Please send a PR so we can fix this problem for everyone. I'm not a PHP developer so I'm not even sure what is going on here. The...

Which task are you referring to? What does `-C` do?

How does this relate to the grunt `cwd` option?

> However, I am in support of merging this, as the -C option more closely resembles the git CLI API, as per #44. :+1:

Not sure how it would work, but would be happy to have support for it. Would accept pull request for this (provided that it's good).