Chris de Almeida
Chris de Almeida
[foundation-test.zip](https://github.com/acoustep/ember-cli-foundation-6-sass/files/1225912/foundation-test.zip) @GCheung55
Production build (`ember build --environment=production`) also shows this error at runtime when accessing the application/site. `ReferenceError: Foundation is not defined` Can also be observed using `ember serve --environment=production`
@GCheung55 @acoustep Production build/test also fails on this repo itself. **It seems this addon is broken for production use.** ``` $ ember t --environment=production Could not start watchman Visit https://ember-cli.com/user-guide/#watchman...
opened PR #87 to add production test in the Travis build
@adambullmer thanks for that. Will use as a temporary workaround
@0xadada the workaround above worked for me: https://github.com/acoustep/ember-cli-foundation-6-sass/issues/86#issuecomment-327545275
we need a real fix for this issue. the workaround is far from ideal.
This issue should get resolved in this addon, but in the meantime, here is my workaround: We check the environment variable to see if we are testing, and if so,...
I have several failing checks as well - just with basic functionality. Have not yet tried multi-select. It's possible changes in #806 may resolve some of these issues. For the...
@AdrienNguyenWorldline I think you mean ARIA 1.0 and 1.1, not WCAG. `axe-core` does support 1.1, so if you are using up-to-date version of `ember-a11y-testing`, you have 1.1 support. I am...