-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ember cli 1.13.7 #7
base: master
Are you sure you want to change the base?
Conversation
Tests need to be re-written to not use views any more |
@BryanCrotaz thanks a lot but I think with the latest HTMLBars you can simply do stuff like that (correct me if I'm wrong): <div style="width: {{myWidth}}px; color: {{myColor}}; [...]"></div> ...which makes my addon useless then ;-) |
I found that cleaning up your tests to not use Views was really hard so I created a new plugin (and credited you in the readme) - ember-cli-csp-style |
The reason we need an addon is to not break CSP rules |
Oh ok. Anyway I was also thinking about the units and other features such as when the value is Any chance to get the tests passing first? |
it needed a complete rewrite to work with ember 2.0, and I figured it was faster to start from a clean ember 2.0 addon |
Handle ember-cli deprecations: