Alex Navasardyan

Results 24 comments of Alex Navasardyan

thanks for reporting; I'll look into it

https://github.com/twokul/postcss-bug

@BnitoBzh I'm going to try to reproduce locally; any chance you could put a reproduction together?

@BnitoBzh which version are you using right now?

I put a reproduction together https://github.com/twokul/sass-issue it breaks indeed, but it breaks in `3.0.0` as well. could you take a look and make sure I didn't miss something?

@BnitoBzh I pulled down https://github.com/BnitoBzh/sass-issue/tree/fail-3.4.1, changed `ember-cli` to `3.4.2-beta.1`, `npm install` and was not able to reproduce, build succeeds. am I missing something?

@BnitoBzh thanks; I'll take a look

@Turbo87 agreed, that's why I'm not sure what exactly to do about it

@mbriggs that's an interesting approach. @tbranyen I would agree that we need decorators. Here's my two cents. I was playing with backbone and was trying to create a one page...

@tbranyen well, yes. but there's 'data retrieving' piece which I don't think belongs in the view. Then, imagine that you need more then one view? "Controller" is a nice (imo),...